From 87143ae90fdcde655a5e659848d76b9a7ed8c36e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 20 May 2025 09:31:04 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 8 -------- 1 file changed, 8 deletions(-) diff --git a/misc/core.func b/misc/core.func index c1fbcbaa..ea549bf9 100644 --- a/misc/core.func +++ b/misc/core.func @@ -294,14 +294,6 @@ __curl_err_handler() { exit 1 } -detect_os() { - case "$PCT_OSTYPE" in - alpine) CORE_OS="alpine" ;; - debian | ubuntu) CORE_OS="debian" ;; - *) CORE_OS="unknown" ;; - esac -} - fatal() { msg_error "$1" kill -INT $$