Compare commits

..

No commits in common. "dd85942058996ceb427d044bac579e54e902bf57" and "2e8e4101e4a6a85c8709d57f1422b9e5a28f9558" have entirely different histories.

View File

@ -226,7 +226,7 @@ __curl_err_handler() {
} }
detect_os() { detect_os() {
case "$PCT_OSTYPE" in case "$var_os" in
alpine) CORE_OS="alpine" ;; alpine) CORE_OS="alpine" ;;
debian | ubuntu) CORE_OS="debian" ;; debian | ubuntu) CORE_OS="debian" ;;
*) CORE_OS="unknown" ;; *) CORE_OS="unknown" ;;