moe-os/files/applications/decky.desktop

10 lines
484 B
Desktop File
Raw Normal View History

2024-07-25 18:27:24 +02:00
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Install Decky
Name[de_DE]=Decky
Exec=sh -c 'rm -f /tmp/user_install_script.sh; if curl -S -s -L -O --output-dir /tmp/ --connect-timeout 60 https://github.com/SteamDeckHomebrew/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; fi'
Icon=steamdeck-gaming-return
Terminal=true
Type=Application
StartupNotify=false