mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-13 07:14:23 +00:00
feat(just): add service toggle to sunshine
This commit is contained in:
parent
c893ac7a02
commit
e681827456
@ -88,8 +88,12 @@ setup-sunshine ACTION="":
|
||||
ublue-update --wait
|
||||
rpm-ostree remove -y sunshine
|
||||
echo "Sunshine has been uninstalled."
|
||||
elif [[ "${OPTION,,}" =~ ^autostart ]]; then
|
||||
systemctl enable --user --now sunshine.service
|
||||
elif [[ "${OPTION,,}" =~ autostart ]]; then
|
||||
if [[ "${SERVICE_STATE,,}" =~ disabled ]]; then
|
||||
systemctl enable --user --now sunshine.service
|
||||
else
|
||||
systemctl disable --user --now sunshine.service
|
||||
fi
|
||||
fi
|
||||
|
||||
# Install LACT for overclocking & undervolting AMD GPUs
|
||||
|
Loading…
x
Reference in New Issue
Block a user