This commit is contained in:
CanbiZ
2025-03-25 09:33:04 +01:00
parent e8c3d030f3
commit 2aa4b1aa16
3 changed files with 8 additions and 3 deletions

View File

@@ -192,4 +192,6 @@ customize() {
bash -c "passwd -d root" >/dev/null 2>&1
msg_ok "Customized Container"
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
}