chore: Add clean command to just as well

This commit is contained in:
Kyle Gospodnetich 2023-09-08 00:23:14 -07:00
parent 74e9506a77
commit 1f6cf23f0d
2 changed files with 12 additions and 0 deletions

View File

@ -6,6 +6,12 @@ default:
update:
/usr/bin/ublue-update
# Clean up old containers and flatpaks
clean:
podman system prune -a
flatpak uninstall --unused
rpm-ostree cleanup -bm
# Boot into this device's BIOS/UEFI screen
bios:
systemctl reboot --firmware-setup

View File

@ -6,6 +6,12 @@ default:
update:
/usr/bin/ublue-update
# Clean up old containers and flatpaks
clean:
podman system prune -a
flatpak uninstall --unused
rpm-ostree cleanup -bm
# Boot into this device's BIOS/UEFI screen
bios:
systemctl reboot --firmware-setup