aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-xscripts/bootstrap.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index b0854aa..c186b78 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -30,7 +30,10 @@ bootstrap_clean_common() {
rm -rf /usr/share/info/*
rm -rf /var/cache/pacman/pkg/*
rm -rf /var/log/*
- rm -f /*.sh
+ rm -f /run_bootstrap.sh
+ rm -f /bootstrap_base.sh
+ rm -f /bootstrap.sh
+ rm -f /vars.sh
}
bootstrap_hostname() {