Update install.func to make update local

This commit is contained in:
Paul 2024-11-26 13:29:13 +13:00 committed by GitHub
parent 8a6b2962ab
commit b7278cc227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -198,6 +198,6 @@ EOF
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
fi
echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update
echo "bash -c \"\$(cat ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
}