From d5c4bb67c2e4c13b6b64aac8cd3310c9d2417cd8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 11 Apr 2025 08:26:50 +0200 Subject: [PATCH] source in customize --- misc/install.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }