fix: Move from Greenlight AppImage to Flatpak

This commit is contained in:
RJ Trujillo 2023-12-27 07:31:20 -07:00
parent 7af44aaca7
commit 09a310268d
4 changed files with 2 additions and 32 deletions

View File

@ -49,11 +49,6 @@ screens:
packages:
- Install Sunshine: ujust install-sunshine
- Autostart Sunshine: ujust autostart-sunshine
Greenlight:
description: A utility for xCloud and xHome streaming
default: false
packages:
- Retrieve Greenlight: ujust get-greenlight
Hide GRUB Menu:
description: |
NOTE: Press the escape key before boot to show the menu
@ -146,6 +141,7 @@ screens:
- Discord (Discover Overlay Included): com.discordapp.Discord
- DOSBox Staging: io.github.dosbox-staging
- GeForce NOW Electron: io.github.hmlendea.geforcenow-electron
- Greenlight: io.github.unknownskl.greenlight
- Heroic Games Launcher (GOG & Epic): com.heroicgameslauncher.hgl
- itch: io.itch.itch
- ludusavi (Game Save Backup): com.github.mtkennerly.ludusavi

View File

@ -98,17 +98,6 @@ install-openrazer:
sudo usermod -a -G plugdev $USER && \
echo "Please reboot to apply needed changes."
# Install Greenlight xCloud and xHome streaming AppImage
get-greenlight:
#!/usr/bin/bash
if grep -q 'it.mijorus.gearlever' <<< $(flatpak list); then
wget "https://github.com/unknownskl/greenlight/releases/download/v2.0.0-beta15/Greenlight-2.0.0-beta15.AppImage" -O $HOME/Downloads/Greenlight.AppImage
flatpak run it.mijorus.gearlever $HOME/Downloads/Greenlight.AppImage
else
wget "https://github.com/unknownskl/greenlight/releases/download/v2.0.0-beta15/Greenlight-2.0.0-beta15.AppImage" -O $HOME/Desktop/Greenlight.AppImage
chmod +x $HOME/Desktop/Greenlight.AppImage
fi
# Install Wootility for configuring Wooting Keyboards
get-wootility:
#!/usr/bin/bash

View File

@ -28,11 +28,6 @@ screens:
packages:
- Install Sunshine: ujust install-sunshine
- Autostart Sunshine: ujust autostart-sunshine
Greenlight:
description: A utility for xCloud and xHome streaming
default: false
packages:
- Retrieve Greenlight: ujust get-greenlight
Nix Package Manager:
description: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible
default: false
@ -124,6 +119,7 @@ screens:
- Discord: com.discordapp.Discord
- DOSBox Staging: io.github.dosbox-staging
- GeForce NOW Electron: io.github.hmlendea.geforcenow-electron
- Greenlight: io.github.unknownskl.greenlight
- Heroic Games Launcher (GOG &amp; Epic): com.heroicgameslauncher.hgl
- itch: io.itch.itch
- ludusavi (Game Save Backup): com.github.mtkennerly.ludusavi

View File

@ -63,17 +63,6 @@ install-openrazer:
sudo usermod -a -G plugdev $USER && \
echo "Please reboot to apply needed changes."
# Install Greenlight xCloud and xHome streaming AppImage
get-greenlight:
#!/usr/bin/bash
if grep -q 'it.mijorus.gearlever' <<< $(flatpak list); then
wget https://github.com/unknownskl/greenlight/releases/download/v2.0.0-beta15/Greenlight-2.0.0-beta15.AppImage -O $HOME/Downloads/Greenlight.AppImage
flatpak run it.mijorus.gearlever $HOME/Downloads/Greenlight.AppImage
else
wget https://github.com/unknownskl/greenlight/releases/download/v2.0.0-beta15/Greenlight-2.0.0-beta15.AppImage -O $HOME/Desktop/Greenlight.AppImage
chmod +x $HOME/Desktop/Greenlight.AppImage
fi
# Install Wootility for configuring Wooting Keyboards
get-wootility:
#!/usr/bin/bash