diff options
| author | Tranch <tranch.xiao@gmail.com> | 2026-02-12 11:49:50 +0800 |
|---|---|---|
| committer | Tranch <tranch.xiao@gmail.com> | 2026-02-12 11:49:50 +0800 |
| commit | a0376dbbe409a3d71405e9c8c60f31ee5d8cd341 (patch) | |
| tree | 2b4f063da675401cd8a8b2a2a63dcf18c40d3ac9 | |
| parent | b2b3ca6b043e83b5522f818640247189ac752a8e (diff) | |
| download | accelerator-installer-a0376dbbe409a3d71405e9c8c60f31ee5d8cd341.tar.gz accelerator-installer-a0376dbbe409a3d71405e9c8c60f31ee5d8cd341.zip | |
fix: update decky client download repository pathv1.0.9
Point the Decky Loader client download URLs to the
accelerator-installer repository.
Co-authored-by: llm-git <llm-git@ttll.de>
| -rw-r--r-- | user_install_script.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_install_script.sh b/user_install_script.sh index fac2146..31a24f0 100644 --- a/user_install_script.sh +++ b/user_install_script.sh @@ -51,13 +51,13 @@ decky_client="/tmp/decky_client.py" decky_client_checksum="/tmp/decky_client.py.sha256" # Download the client script -if ! curl -fsSL "https://${DECKY_MIRROR_HOST}/AeroCore-IO/decky-installer/releases/latest/download/decky_client.py" -o "${decky_client}"; then +if ! curl -fsSL "https://${DECKY_MIRROR_HOST}/AeroCore-IO/accelerator-installer/releases/latest/download/decky_client.py" -o "${decky_client}"; then echo "Failed to download Decky Loader client script." >&2 exit 1 fi # Download the checksum file -if ! curl -fsSL "https://${DECKY_MIRROR_HOST}/AeroCore-IO/decky-installer/releases/latest/download/decky_client.py.sha256" -o "${decky_client_checksum}"; then +if ! curl -fsSL "https://${DECKY_MIRROR_HOST}/AeroCore-IO/accelerator-installer/releases/latest/download/decky_client.py.sha256" -o "${decky_client_checksum}"; then echo "Failed to download checksum file for Decky Loader client." >&2 exit 1 fi |
