From 6caca0e60b7274e661d57353ba93a1a3c4e4921a Mon Sep 17 00:00:00 2001 From: Kyle Kroboth Date: Thu, 13 Mar 2025 22:30:59 -0400 Subject: [PATCH] Reapply "chore: change update url to my repo" This reverts commit e238be2d3c9889ccae976fe2c922e50052bde494. --- misc/install.func | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index 98e4418..98fbd53 100644 --- a/misc/install.func +++ b/misc/install.func @@ -258,7 +258,8 @@ 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/ProxmoxVED/raw/main/ct/${app}.sh)\"" >/usr/bin/update + + echo "bash -c \"\$(wget -qLO - https://raw.githubusercontent.com/kkroboth/ProxmoxVED/refs/heads/lxc-fileflows/ct/${app}.sh)\"" >/usr/bin/update chmod +x /usr/bin/update if [[ -n "${SSH_AUTHORIZED_KEY}" ]]; then