mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 09:39:49 +00:00
fix: Move from Greenlight AppImage to Flatpak
This commit is contained in:
parent
7af44aaca7
commit
09a310268d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 & Epic): com.heroicgameslauncher.hgl
|
||||
- itch: io.itch.itch
|
||||
- ludusavi (Game Save Backup): com.github.mtkennerly.ludusavi
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user