Update install.func

This commit is contained in:
CanbiZ 2025-03-24 15:34:58 +01:00
parent 87f2a41625
commit ef293dd053

View File

@ -265,7 +265,6 @@ EOF
fi
echo "bash -c \"\$(curl -fsSL https://github.com/community-scripts/ProxmoxVED/raw/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
curl -fsSL
if [[ -n "${SSH_AUTHORIZED_KEY}" ]]; then
mkdir -p /root/.ssh
echo "${SSH_AUTHORIZED_KEY}" >/root/.ssh/authorized_keys