Skip to content

Commit

Permalink
remove unneeded sunshine-workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
linkion committed Dec 14, 2024
1 parent 9f37edb commit 0d62278
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions just/bluefin-apps.just
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,11 @@ setup-sunshine ACTION="":
OPTION=$(Choose "Install Sunshine" "Remove Sunshine" "Toggle Autostart")
fi
if [[ "${OPTION,,}" =~ ^install ]]; then
systemctl enable sunshine-workaround.service
ublue-update --wait
dnf5 copr enable -y lizardbyte/beta
rpm-ostree install --apply-live -y Sunshine
echo "Sunshine is installed!"
elif [[ "${OPTION,,}" =~ ^(remove|uninstall) ]]; then
systemctl disable sunshine-workaround.service
ublue-update --wait
rpm-ostree remove -y Sunshine
dnf5 copr disable lizardbyte/beta
Expand Down

This file was deleted.

0 comments on commit 0d62278

Please sign in to comment.