From 22182cc11e3f088a023fe10a6564a41793053bb0 Mon Sep 17 00:00:00 2001 From: Michael H Date: Mon, 6 Jul 2026 13:45:38 +0000 Subject: [PATCH] Update gamepizero.sh --- gamepizero.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"