diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-08-01 09:18:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-01 09:18:16 +0100 |
| commit | 16ca9facb37ac4dedf3ae6e6b7502f6733e73df6 (patch) | |
| tree | 3f883e98b37cb7fdf272763328047a5bac6e3c41 | |
| parent | bf0f7183445822efe506d69da690cf36a1f002d4 (diff) | |
| download | decky-installer-16ca9facb37ac4dedf3ae6e6b7502f6733e73df6.tar.gz decky-installer-16ca9facb37ac4dedf3ae6e6b7502f6733e73df6.zip | |
Silence rm command at startv1.6.3
| -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 3fa80ef..bed6be6 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 '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' +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 |
