From daca3980850caa56dc87914989c9d5b4c0ff5da2 Mon Sep 17 00:00:00 2001 From: "Toerd@archlinux" Date: Mon, 6 Apr 2020 03:32:14 +0200 Subject: [PATCH] fix: removed now unnecessary rm of bootstrap.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 9ec714c..c6aa6bc 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -137,6 +137,6 @@ EOF chmod u+x /mnt/root/bootstrap2.sh arch-chroot /mnt /root/bootstrap2.sh -rm /mnt/root/bootstrap2.sh && rm ./bootstrap.sh +rm /mnt/root/bootstrap2.sh # reboot