Update to reference arm64 repo

This commit is contained in:
Sam Heinz
2024-06-27 20:31:33 +10:00
parent 04a9fb57d8
commit 2defb5d990
3 changed files with 3 additions and 3 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/tteck/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
echo "bash -c \"\$(wget -qLO - https://github.com/asylumexp/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
}