Update install.func

This commit is contained in:
CanbiZ 2025-01-13 13:00:18 +01:00 committed by GitHub
parent 464779b90f
commit 77f441e199
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -255,5 +255,4 @@ EOF
fi fi
echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update chmod +x /usr/bin/update
} }