Update install.func

This commit is contained in:
CanbiZ 2025-04-11 14:23:08 +02:00
parent 212d28fd82
commit cc6871bf75

View File

@ -215,6 +215,8 @@ EOF
$STD apt-get update $STD apt-get update
$STD apt-get install -y sudo curl mc $STD apt-get install -y sudo curl mc
msg_ok "Core dependencies installed" 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 # This function modifies the message of the day (motd) and SSH settings
@ -270,5 +272,5 @@ EOF
chmod 700 /root/.ssh chmod 700 /root/.ssh
chmod 600 /root/.ssh/authorized_keys chmod 600 /root/.ssh/authorized_keys
fi fi
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/tools.func) #source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/tools.func)
} }