diff options
| author | Gabriel Jones <ggppjj@gmail.com> | 2023-05-30 21:23:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-30 21:23:54 -0400 |
| commit | ea515cde5df35f7076cf8ec5eb22422ce73c9902 (patch) | |
| tree | c8e02d669dfb4e3a88b44782e41ad5fd3c5eb858 | |
| parent | 10c77c670a9250a3287c3055aa7fc1771d166ce0 (diff) | |
| download | decky-installer-ea515cde5df35f7076cf8ec5eb22422ce73c9902.tar.gz decky-installer-ea515cde5df35f7076cf8ec5eb22422ce73c9902.zip | |
Update decky_installer.desktop
Remove install script. Curl doesn't overwrite.
| -rw-r--r-- | gui/decky_installer.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/decky_installer.desktop b/gui/decky_installer.desktop index 2f48547..3fa80ef 100644 --- a/gui/decky_installer.desktop +++ b/gui/decky_installer.desktop @@ -1,7 +1,7 @@ #!/usr/bin/env xdg-open [Desktop Entry] Name=Install Decky -Exec=sh -c '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' +Exec=sh -c 'rm /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 |
