summaryrefslogtreecommitdiff
path: root/decky_installer.desktop
blob: efbff7d3bef02317fc3011dc9968b2f408d42e4a (plain)
1
2
3
4
5
6
7
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/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
StartupNotify=false