ublue-os / config

A layer to provide configuration files (udev rules, service units, etc)
https://universal-blue.org
Apache License 2.0
45 stars 28 forks source link

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

Closed wolfyreload closed 4 months ago

wolfyreload commented 4 months ago

Description

Adjusting ujust script clean-system to not use podman system prune -a but rather just remove unused podman volumes and images. This will prevent accidental deletion of distrobox containers.

Context

This is a fix to the issue I logged in #273