Skip to content

Instantly share code, notes, and snippets.

@ktwrd
Created December 30, 2023 04:46
Show Gist options
  • Save ktwrd/1c7787c88c80509f096f08596d1683eb to your computer and use it in GitHub Desktop.
Save ktwrd/1c7787c88c80509f096f08596d1683eb to your computer and use it in GitHub Desktop.
Adastral Installer
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Install Adastral
Exec=sh -c 'curl -L -O --output-dir /tmp/ https://gk.kate.pet/adastral-install.sh 2> /dev/null && bash /tmp/adastral-install.sh'
Icon=steamdeck-gaming-return
Terminal=true
Type=Application
StartupNotify=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment