diff --git a/misc/install.func b/misc/install.func index 5d1bae4..65e52c6 100644 --- a/misc/install.func +++ b/misc/install.func @@ -218,7 +218,6 @@ EOF $STD apt-get update $STD apt-get install -y sudo curl mc msg_ok "Core dependencies installed" - source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/helper.func) } # This function modifies the message of the day (motd) and SSH settings @@ -274,5 +273,6 @@ EOF chmod 700 /root/.ssh chmod 600 /root/.ssh/authorized_keys fi + source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/helper.func) }