Skip to content

Commit

Permalink
feat: turn on ublue-update service (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Oct 23, 2023
1 parent 2eeb5d8 commit 951c2d6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ RUN wget https://copr.fedorainfracloud.org/coprs/ublue-os/bling/repo/fedora-$(rp
systemctl enable rpm-ostree-countme.service && \
systemctl enable tailscaled.service && \
systemctl enable dconf-update.service && \
if [ ${FEDORA_MAJOR_VERSION} -gt 38 ]; then \
systemctl enable ublue-update.timer \
; else \
systemctl disable ublue-update.timer \
; fi && \
systemctl enable ublue-update.timer && \
systemctl enable ublue-system-setup.service && \
systemctl enable ublue-system-flatpak-manager.service && \
systemctl --global enable ublue-user-flatpak-manager.service && \
Expand Down

0 comments on commit 951c2d6

Please sign in to comment.