From f5b06e10aa0515f12df4f88004fe8ed031c58d3a Mon Sep 17 00:00:00 2001 From: tranch Date: Thu, 22 Jan 2026 00:42:42 +0800 Subject: feat: introduce Decky Installer mirror files Add initial setup for the mirrored Decky Installer. Includes the install script, desktop file, and GitHub release workflow. The script modifies the official installer to use a custom mirror host. --- decky_installer.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 decky_installer.desktop (limited to 'decky_installer.desktop') diff --git a/decky_installer.desktop b/decky_installer.desktop new file mode 100644 index 0000000..939f84a --- /dev/null +++ b/decky_installer.desktop @@ -0,0 +1,8 @@ +#!/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' +Icon=steamdeck-gaming-return +Terminal=true +Type=Application +StartupNotify=false -- cgit v1.2.3