Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit a8d3262

Browse files
committed
fix(just): adjust clean-system script to not delete turned off distrobox containers
1 parent 152eb73 commit a8d3262

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/ublue-os-just/20-clean.just

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# vim: set ft=make :
22

3-
# Clean up old containers and flatpaks
3+
# Clean up old up unused podman images, volumes, flatpak packages and rpm-ostree content
44
clean-system:
55
#!/usr/bin/bash
6-
podman system prune -a
6+
podman image prune -af
7+
podman volume prune -af
78
flatpak uninstall --unused
89
rpm-ostree cleanup -bm

0 commit comments

Comments
 (0)