Update core.func

This commit is contained in:
CanbiZ 2025-05-20 09:31:04 +02:00
parent 91852f78ca
commit 87143ae90f

View File

@ -294,14 +294,6 @@ __curl_err_handler() {
exit 1 exit 1
} }
detect_os() {
case "$PCT_OSTYPE" in
alpine) CORE_OS="alpine" ;;
debian | ubuntu) CORE_OS="debian" ;;
*) CORE_OS="unknown" ;;
esac
}
fatal() { fatal() {
msg_error "$1" msg_error "$1"
kill -INT $$ kill -INT $$