diff --git a/arch.sh b/testing/arch.sh similarity index 96% rename from arch.sh rename to testing/arch.sh index 0de89dd..1d16e1a 100755 --- a/arch.sh +++ b/testing/arch.sh @@ -69,7 +69,7 @@ genfstab -U /mnt >> /mnt/etc/fstab cat tz.tmp > /mnt/tzfinal.tmp rm tz.tmp mv comp /mnt/etc/hostname -curl https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/chroot.sh > /mnt/chroot.sh && arch-chroot /mnt bash chroot.sh && rm /mnt/chroot.sh +curl https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/testing/chroot.sh > /mnt/chroot.sh && arch-chroot /mnt bash chroot.sh && rm /mnt/chroot.sh dialog --defaultno --title "Final Qs" --yesno "Reboot computer?" 5 30 && reboot diff --git a/archtest.sh b/testing/archtest.sh similarity index 97% rename from archtest.sh rename to testing/archtest.sh index d2c977d..2c138c0 100755 --- a/archtest.sh +++ b/testing/archtest.sh @@ -81,7 +81,7 @@ pacstrap /mnt base base-devel genfstab -U /mnt >> /mnt/etc/fstab cp tz.tmp /mnt/tzfinal.tmp rm tz.tmp -curl https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/src/chroot.sh > /mnt/chroot.sh && arch-chroot /mnt bash chroot.sh && rm /mnt/chroot.sh +curl https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/testing/chroot.sh > /mnt/chroot.sh && arch-chroot /mnt bash chroot.sh && rm /mnt/chroot.sh ### BEGIN arch-chroot /mnt echo "root:$pass" | chpasswd diff --git a/chroot.sh b/testing/chroot.sh similarity index 100% rename from chroot.sh rename to testing/chroot.sh