mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-20 15:40:35 +00:00
chore: Add clean command to just as well
This commit is contained in:
parent
74e9506a77
commit
1f6cf23f0d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user