Make sure you have Flatpak set up on your Linux distro: https://flatpak.org/setup/
To install Sunshine, run the script:
wget https://github.com/istori1/Easy-Tan/raw/main/sunshine-flatpak-installer.sh -O sunshine-flatpak-installer.sh && chmod u+x sunshine-flatpak-installer.sh && ./sunshine-flatpak-installer.sh
To uninstall Sunshine, run the script:
wget https://github.com/istori1/Easy-Tan/raw/main/sunshine-flatpak-uninstaller.sh -O sunshine-flatpak-uninstaller.sh && chmod u+x sunshine-flatpak-uninstaller.sh && ./sunshine-flatpak-uninstaller.sh
Running:
For X11 and NVFBC capture (X11 Only):
flatpak run dev.lizardbyte.sunshine
For KMS capture (Wayland & X11):
Create folder: sudo mkdir -p /root/.config/sunshine
sudo -i PULSE_SERVER=unix:$(pactl info | awk '/Server String/{print$3}') flatpak run dev.lizardbyte.sunshine
Configuration UI available at: https://localhost:47990
NVFBC needs patching on consumer Nvidia GPU's:
https://github.com/flathub/com.obsproject.Studio.Plugin.NVFBC#howto
Sunshine Docs:
https://docs.lizardbyte.dev/projects/sunshine/en/latest/index.html
Sunshine GitHub: