diff --git a/install.sh b/install.sh index 8bdefd7..2a5bfcd 100755 --- a/install.sh +++ b/install.sh @@ -117,8 +117,8 @@ genfstab -U /mnt >> /mnt/etc/fstab cp $CWD/etc/systemd/system/march.service /mnt/etc/systemd/system/march.service cp $CWD/root/march-chroot.sh /mnt/root/march-chroot.sh cp $CWD/root/march-reboot.sh /mnt/root/march-reboot.sh -chmod +x /mnt/root/arch-chroot.sh -chmod +x /mnt/root/arch-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