Skip to content

Commit 40d9a7a

Browse files
committed
s/installer/install/g
1 parent d28e566 commit 40d9a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/decktricks_install.desktop

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env xdg-open
22
[Desktop Entry]
33
Name=Install Decktricks
4-
Exec=bash -xc '(curl -f -L -O --progress-bar --output-dir /tmp --connect-timeout 60 "https://github.com/MrAwesome/decktricks/releases/download/stable/decktricks_installer.sh" && bash -x /tmp/decktricks_installer.sh) || ( set +x; echo "======="; echo; echo "[ERROR] Failed to install decktricks! Are you connected to the Internet? If this looks like a bug, please report it at: https://github.com/MrAwesome/decktricks/issues"; read )'
4+
Exec=bash -xc '(curl -f -L -O --progress-bar --output-dir /tmp --connect-timeout 60 "https://github.com/MrAwesome/decktricks/releases/download/stable/decktricks_install.sh" && bash -x /tmp/decktricks_install.sh) || ( set +x; echo "======="; echo; echo "[ERROR] Failed to install decktricks! Are you connected to the Internet? If this looks like a bug, please report it at: https://github.com/MrAwesome/decktricks/issues"; read )'
55
Icon=steamdeck-gaming-return
66
Terminal=true
77
Type=Application

0 commit comments

Comments
 (0)