From 728f25857ec0b3327fe02b66b1ae4f6d9e97650b Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Sun, 24 May 2020 04:25:17 +0200 Subject: [PATCH] Fixed arch->march errors --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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