chore: Update to use Sunshine from copr

This commit is contained in:
Kyle Gospodnetich 2024-02-18 00:14:46 -08:00 committed by GitHub
parent dae993481c
commit aae9349079
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ setup-sunshine ACTION="":
if [[ "${OPTION,,}" =~ ^install ]]; then
systemctl enable sunshine-workaround.service
ublue-update --wait
rpm-ostree install -y https://github.com/LizardByte/Sunshine/releases/download/nightly-dev/sunshine-fedora-$(rpm -E %fedora)-amd64.rpm
rpm-ostree install --apply-live -y sunshine
echo "Sunshine is installed!"
elif [[ "${OPTION,,}" =~ ^(remove|uninstall) ]]; then
systemctl disable sunshine-workaround.service