From 6bf10357848f7ff59c891d86d45d7ed144f5b87f Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Sun, 24 May 2020 05:30:15 +0200 Subject: [PATCH] Fixed missing " --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f4bcd4d..5455241 100755 --- a/install.sh +++ b/install.sh @@ -120,7 +120,7 @@ cp $CWD/root/march-reboot.sh /mnt/root/march-reboot.sh chmod +x /mnt/root/march-chroot.sh chmod +x /mnt/root/march-reboot.sh -arch-chroot /mnt /root/march-chroot.sh -t "$timezone" -l "$locale" -h $hostname" -u "$username" -s "$sudogrp" -c "$cryptroot" -r "$rootpart" +arch-chroot /mnt /root/march-chroot.sh -t "$timezone" -l "$locale" -h "$hostname" -u "$username" -s "$sudogrp" -c "$cryptroot" -r "$rootpart" umount $bootpart swapoff $swappart