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

fix(just): adjust clean-system script to not delete turned off distrobox containers #274

Merged
merged 1 commit into from
May 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading