Skip to content

Commit

Permalink
Wed 18 Dec 2024 07:48:43 NZDT
Browse files Browse the repository at this point in the history
  • Loading branch information
YardQuit committed Dec 17, 2024
1 parent f9e20f5 commit 3de2797
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ systemctl enable fstrim.timer
systemctl disable cosmic-greeter.service

### Clean Up
rm -rf /tmp/packages
rm -rf /tmp/scripts
rm -rf /tmp/system_files
shopt -s extglob
rm -rf /tmp/* || true
rm -rf /var/!(cache)
rm -rf /var/cache/!(rpm-ostree)
rm -rf /etc/yum.repos.d/1password.repo
rm -rf /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:gmaglione:podman-bootc.repo
rm -rf /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:pennbauman:ports.repo
Expand Down

0 comments on commit 3de2797

Please sign in to comment.