mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-01 16:13:23 +00:00
9 lines
99 B
Bash
Executable File
9 lines
99 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
set -eoux pipefail
|
|
|
|
dnf5 clean all
|
|
rm -rf /tmp/* || true
|
|
|
|
ostree container commit
|