testing files moved

This commit is contained in:
Luke Smith 2018-08-04 11:48:19 -04:00
parent 8dd18e13fa
commit 123f9996d0
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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