Skip to content

Commit

Permalink
fix: disable flatpak manager too
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Oct 1, 2023
1 parent a38afa6 commit c367202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ RUN mkdir -p /usr/etc/flatpak/remotes.d && \
wget -q https://dl.flathub.org/repo/flathub.flatpakrepo -P /usr/etc/flatpak/remotes.d && \
systemctl enable podman.socket && \
systemctl enable ublue-hardware-setup.service && \
systemctl enable ublue-flatpak-manager.service && \
systemctl disable ublue-flatpak-manager.service && \
systemctl --global enable ublue-user-setup.service && \
systemctl disable pmie.service && \
systemctl disable pmlogger.service
Expand Down

0 comments on commit c367202

Please sign in to comment.