We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293e9e2 commit 9363b23Copy full SHA for 9363b23
hack/provision-derived.sh
@@ -16,6 +16,6 @@ touch ~/.config/nushell/env.nu
16
dnf -y install nu
17
dnf clean all
18
# Stock extra cleaning of logs and caches in general (mostly dnf)
19
-rm /var/log/* /var/cache /var/lib/dnf /var/lib/rpm-state -rf
+rm /var/log/* /var/cache /var/lib/{dnf,rpm-state,rhsm} -rf
20
# And clean root's homedir
21
rm /var/roothome/.config -rf
0 commit comments