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 30e31f2 commit 3461ddeCopy full SHA for 3461dde
hack/provision-derived.sh
@@ -14,4 +14,8 @@ mkdir -p ~/.config/nushell
14
echo '$env.config = { show_banner: false, }' > ~/.config/nushell/config.nu
15
touch ~/.config/nushell/env.nu
16
dnf -y install nu
17
-dnf clean all && rm /var/log/* -rf
+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
20
+# And clean root's homedir
21
+rm /var/roothome/.config -rf
0 commit comments