summaryrefslogtreecommitdiff
path: root/gui/decky_installer.desktop
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-03-26 20:09:37 +0100
committerGitHub <noreply@github.com>2023-03-26 20:09:37 +0100
commitbeb80173424e00d9f2d9aea818b9bad44d36a466 (patch)
tree0f27320966f8d2887d328d308671b87f32e6e7a3 /gui/decky_installer.desktop
parent74535873e519458af12d9f6e9b547e1e1fbe3b29 (diff)
parent7abed7fcd9da5d1234e0d1b27feffd4d795f731e (diff)
downloaddecky-installer-beb80173424e00d9f2d9aea818b9bad44d36a466.tar.gz
decky-installer-beb80173424e00d9f2d9aea818b9bad44d36a466.zip
Merge pull request #8 from SteamDeckHomebrew/PartyWumpus-1v1.5.0
Silence GTK errors and check if github is reachable
Diffstat (limited to 'gui/decky_installer.desktop')
-rw-r--r--gui/decky_installer.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/decky_installer.desktop b/gui/decky_installer.desktop
index 2a90683..7a3c6b6 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 'curl -L -O --output-dir /tmp/ https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/user_install_script.sh 2> /dev/null && bash /tmp/user_install_script.sh'
+Exec=sh -c 'if curl -S -s -L -O --output-dir /tmp/ --connect-timeout 15 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