Skip to content

Commit

Permalink
fix(just): adjust clean-system script to not delete turned off distro…
Browse files Browse the repository at this point in the history
…box containers (#274)
  • Loading branch information
wolfyreload authored May 16, 2024
1 parent fe4d408 commit b8da8df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/ublue-os-just/20-clean.just
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# vim: set ft=make :

# Clean up old containers and flatpaks
# Clean up old up unused podman images, volumes, flatpak packages and rpm-ostree content
clean-system:
#!/usr/bin/bash
podman system prune -a
podman image prune -af
podman volume prune -f
flatpak uninstall --unused
rpm-ostree cleanup -bm

0 comments on commit b8da8df

Please sign in to comment.