mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-09 21:45:13 +00:00
parent
5b4c7a85cf
commit
11c89fd8f9
@ -7,9 +7,13 @@ update-system:
|
|||||||
|
|
||||||
# Clean up old containers and flatpaks
|
# Clean up old containers and flatpaks
|
||||||
clean-system:
|
clean-system:
|
||||||
|
#!/usr/bin/env bash
|
||||||
podman system prune -a
|
podman system prune -a
|
||||||
flatpak uninstall --unused
|
flatpak uninstall --unused
|
||||||
rpm-ostree cleanup -bm
|
rpm-ostree cleanup -bm
|
||||||
|
if [ -x "$(command -v nix-store)" ]; then
|
||||||
|
nix-store --gc
|
||||||
|
fi
|
||||||
|
|
||||||
# Boot into this device's BIOS/UEFI screen
|
# Boot into this device's BIOS/UEFI screen
|
||||||
boot-to-bios:
|
boot-to-bios:
|
||||||
|
@ -7,9 +7,13 @@ update-system:
|
|||||||
|
|
||||||
# Clean up old containers and flatpaks
|
# Clean up old containers and flatpaks
|
||||||
clean-system:
|
clean-system:
|
||||||
|
#!/usr/bin/env bash
|
||||||
podman system prune -a
|
podman system prune -a
|
||||||
flatpak uninstall --unused
|
flatpak uninstall --unused
|
||||||
rpm-ostree cleanup -bm
|
rpm-ostree cleanup -bm
|
||||||
|
if [ -x "$(command -v nix-store)" ]; then
|
||||||
|
nix-store --gc
|
||||||
|
fi
|
||||||
|
|
||||||
# Boot into this device's BIOS/UEFI screen
|
# Boot into this device's BIOS/UEFI screen
|
||||||
boot-to-bios:
|
boot-to-bios:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user