#!/usr/bin/env xdg-open [Desktop Entry] Name=Install HarmonyLinkServer Exec=sh -c 'rm /tmp/harmonylink_installer.sh; if curl -S -s -L -O --output-dir /tmp/ --connect-timeout 60 https://github.com/Jordonbc/HarmonyLinkServer/releases/latest/download/harmonylink_installer.sh; then bash /tmp/harmonylink_installer.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