cleaning up debugging/redirects

This commit is contained in:
Rogue-King 2024-07-25 12:01:51 -07:00
parent 65b0964ff3
commit 643299ccba
3 changed files with 4 additions and 4 deletions

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/Rogue-King/Proxmox/raw/gitea/ct/${app}.sh)\"" >/usr/bin/update
echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
}