commit e1fc706

chld  ·  2025-12-21 08:33:01 +0000 UTC
parent c95534e
setup-post
1 files changed,  +2, -0
+2, -0
1@@ -20,6 +20,8 @@ rm -rf $m/root/* # /root is stubborn (1)
2 rm -rf $m/.vim*  # why tf is there vim?
3 rm -rf $m/include/curl/
4 rm -rf $m/include/openssl/
5+rm -rf $m/root/.* # (1)
6+rm -rf $m/root/.cache/ # (1)
7 
8 
9 # if all else fails, chroot into /mnt and wipe /root (1)