Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
dd85942058 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-05-15 14:52:57 +02:00
CanbiZ
4a9a5ab64c Update core.func 2025-05-15 14:52:55 +02:00

View File

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