Skip to content

Commit

Permalink
chore: Remove sunshine-fix service
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Dec 27, 2024
1 parent 9e2ef49 commit 555501e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ setup-sunshine ACTION="":
OPTION=$(Choose "Enable" "Disable")
fi
if [[ "${OPTION,,}" =~ ^enable ]]; then
systemctl enable sunshine-workaround.service
systemctl enable --user --now sunshine.service
elif [[ "${OPTION,,}" =~ ^(remove|uninstall|disable) ]]; then
systemctl disable sunshine-workaround.service
systemctl disable --user --now sunshine.service
fi

0 comments on commit 555501e

Please sign in to comment.