From 562142db3584b4a7fa477071f7c7211615f91479 Mon Sep 17 00:00:00 2001 From: tranch Date: Fri, 6 Feb 2026 20:21:00 +0800 Subject: fix: Update Decky mirror host URL Change the decky mirror host URL to use the correct repository name. Co-authored-by: llm-git --- decky_installer.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3