Skip to content

Commit

Permalink
*sleep noises*
Browse files Browse the repository at this point in the history
  • Loading branch information
sungsphinx committed Jul 26, 2024
1 parent 6c5150a commit 5cea596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@ RUN rm -f /etc/profile.d/toolbox.sh && \
systemctl enable displaylink.service && \
systemctl enable input-remapper.service && \
if [[ "${BASE_IMAGE_NAME}" == "cosmic" ]]; then \
systemctl unmask --user bazzite-cosmic-flatpak-manager.service && \
systemctl enable -user bazzite-cosmic-flatpak-manager.service \
systemctl unmask --global bazzite-cosmic-flatpak-manager.service && \
systemctl enable --global bazzite-cosmic-flatpak-manager.service \
; else \
systemctl unmask bazzite-flatpak-manager.service && \
systemctl enable bazzite-flatpak-manager.service \
Expand Down

0 comments on commit 5cea596

Please sign in to comment.