Reverted absolute urls back to tteck

This commit is contained in:
Jake Waffle 2024-05-22 21:33:22 -06:00
parent 246784609f
commit f45c21b434
3 changed files with 7 additions and 7 deletions

View file

@ -194,6 +194,6 @@ EOF
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
fi
echo "bash -c \"\$(wget -qLO - https://github.com/jawaff/Proxmox/raw/recyclarr/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
}