source in customize

This commit is contained in:
CanbiZ 2025-04-11 08:26:50 +02:00
parent dda78c9971
commit d5c4bb67c2

View File

@ -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)
}