diff --git a/gamepizero.sh b/gamepizero.sh index 040e319..a2f1d2d 100644 --- a/gamepizero.sh +++ b/gamepizero.sh @@ -8,7 +8,7 @@ set -euo pipefail APP_NAME="gamepizero" -ZIP_URL="https://example.com/gamepizero.zip" +ZIP_URL="https://git.exystem.net/miho/gamepizero-dist/raw/branch/main/GamePiZero.zip" INSTALL_DIR="/opt/gamepizero" TMP_DIR="/tmp/gamepizero-install"