From ef293dd053dcb7750aaa1a93d6641a9f9cdecbca Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:34:58 +0100 Subject: [PATCH] Update install.func --- misc/install.func | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index 559fd95..ad6ba80 100644 --- a/misc/install.func +++ b/misc/install.func @@ -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