Skip to content

Commit

Permalink
chore: Match ublue-os/nvidia behavior (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Feb 15, 2023
1 parent 6927892 commit eab9f60
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ RUN rpm-ostree override remove firefox firefox-langpacks && \
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
systemctl enable rpm-ostreed-automatic.timer && \
systemctl enable flatpak-automatic.timer && \
rm -f /etc/yum.repos.d/_copr_ublue-os-vanilla-first-setup.repo && \
ostree container commit
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-vanilla-first-setup.repo && \
rm -rf \
/tmp/* \
/var/* && \
ostree container commit

0 comments on commit eab9f60

Please sign in to comment.