From bfcd955c0b7ce6e60333ab237851a2c6a0adb978 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 20 May 2025 09:32:49 +0200 Subject: [PATCH] - --- misc/alpine-install.func | 1 - misc/core.func | 1 - misc/install.func | 1 - 3 files changed, 3 deletions(-) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index 8d19309..c1a01eb 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -99,7 +99,6 @@ update_os() { $STD apk update $STD apk upgrade msg_ok "Updated Container OS" - detect_os } # This function modifies the message of the day (motd) and SSH settings diff --git a/misc/core.func b/misc/core.func index ea549bf..ee75e23 100644 --- a/misc/core.func +++ b/misc/core.func @@ -35,7 +35,6 @@ load_functions() { icons default_vars set_std_mode - detect_os # add more } diff --git a/misc/install.func b/misc/install.func index 0f23430..8855689 100644 --- a/misc/install.func +++ b/misc/install.func @@ -168,7 +168,6 @@ EOF $STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED msg_ok "Updated Container OS" - detect_os source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/tools.func) }