mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-10 06:44:37 +00:00
chore(sunshine): Perform removal properly
Removes changes set during the additional installation process
This commit is contained in:
parent
ce959ff922
commit
78de8f842b
@ -34,9 +34,15 @@ configure-waydroid:
|
|||||||
install-sunshine:
|
install-sunshine:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
flatpak install --system --noninteractive flathub dev.lizardbyte.app.Sunshine
|
flatpak install --system --noninteractive flathub dev.lizardbyte.app.Sunshine
|
||||||
flatpak run --command=additional-install.sh app/dev.lizardbyte.app.Sunshine/x86_64/stable
|
flatpak run --command=additional-install.sh app/dev.lizardbyte.app.Sunshine/x86_64/stable || true
|
||||||
echo "Sunshine is installed!"
|
echo "Sunshine is installed!"
|
||||||
|
|
||||||
|
# Remove Sunshine
|
||||||
|
remove-sunshine:
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
flatpak run --command=remove-additional-install.sh app/dev.lizardbyte.app.Sunshine/x86_64/stable || true
|
||||||
|
flatpak uninstall --delete-data --noninteractive dev.lizardbyte.sunshine
|
||||||
|
|
||||||
# Autostart Sunshine
|
# Autostart Sunshine
|
||||||
autostart-sunshine:
|
autostart-sunshine:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user