Update gamepizero.sh

main
Michael H. 2026-07-06 13:45:38 +00:00
parent 439ef238c3
commit 22182cc11e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set -euo pipefail
APP_NAME="gamepizero" 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" INSTALL_DIR="/opt/gamepizero"
TMP_DIR="/tmp/gamepizero-install" TMP_DIR="/tmp/gamepizero-install"