summaryrefslogtreecommitdiff
path: root/decky_installer.desktop
diff options
context:
space:
mode:
authortranch <tranch.xiao@gmail.com>2026-02-06 20:21:00 +0800
committertranch <tranch.xiao@gmail.com>2026-02-06 20:21:00 +0800
commit562142db3584b4a7fa477071f7c7211615f91479 (patch)
treedb9b022c5ff15838d1a8191f2bf5e37784086103 /decky_installer.desktop
parentd6eeb627df2dfd6b868f9af36bca39f1e5b410d4 (diff)
downloadaccelerator-installer-562142db3584b4a7fa477071f7c7211615f91479.tar.gz
accelerator-installer-562142db3584b4a7fa477071f7c7211615f91479.zip
fix: Update Decky mirror host URLv1.0.7
Change the decky mirror host URL to use the correct repository name. Co-authored-by: llm-git <llm-git@ttll.de>
Diffstat (limited to 'decky_installer.desktop')
-rw-r--r--decky_installer.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/decky_installer.desktop b/decky_installer.desktop
index 939f84a..efbff7d 100644
--- a/decky_installer.desktop
+++ b/decky_installer.desktop
@@ -1,7 +1,7 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Install Decky
-Exec=sh -c 'rm -f /tmp/user_install_script.sh; if curl -S -s -L -o /tmp/user_install_script.sh --connect-timeout 60 https://__DECKY_MIRROR_HOST__/AeroCore-IO/decky-installer/releases/latest/download/user_install_script.sh; then bash /tmp/user_install_script.sh; else echo "Something went wrong, please report this if it is a bug"; read -r; fi'
+Exec=sh -c 'rm -f /tmp/user_install_script.sh; if curl -S -s -L -o /tmp/user_install_script.sh --connect-timeout 60 https://__DECKY_MIRROR_HOST__/AeroCore-IO/accelerator-installer/releases/latest/download/user_install_script.sh; then bash /tmp/user_install_script.sh; else echo "Something went wrong, please report this if it is a bug"; read -r; fi'
Icon=steamdeck-gaming-return
Terminal=true
Type=Application