Skip to content

Commit

Permalink
chore: Ensure sunshine is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Dec 29, 2024
1 parent 1c23277 commit 29f8d3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ RUN rm -f /etc/profile.d/toolbox.sh && \
systemctl --global enable bazzite-user-setup.service && \
systemctl --global enable podman.socket && \
systemctl --global enable systemd-tmpfiles-setup.service && \
systemctl --global disable sunshine.service && \
systemctl disable waydroid-container.service && \
curl -Lo /etc/dxvk-example.conf https://raw.githubusercontent.com/doitsujin/dxvk/master/dxvk.conf && \
curl -Lo /usr/bin/waydroid-choose-gpu https://raw.githubusercontent.com/KyleGospo/waydroid-scripts/main/waydroid-choose-gpu.sh && \
Expand Down

0 comments on commit 29f8d3f

Please sign in to comment.