testing files moved
This commit is contained in:
parent
8dd18e13fa
commit
123f9996d0
3 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ genfstab -U /mnt >> /mnt/etc/fstab
|
||||||
cat tz.tmp > /mnt/tzfinal.tmp
|
cat tz.tmp > /mnt/tzfinal.tmp
|
||||||
rm tz.tmp
|
rm tz.tmp
|
||||||
mv comp /mnt/etc/hostname
|
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
|
dialog --defaultno --title "Final Qs" --yesno "Reboot computer?" 5 30 && reboot
|
|
@ -81,7 +81,7 @@ pacstrap /mnt base base-devel
|
||||||
genfstab -U /mnt >> /mnt/etc/fstab
|
genfstab -U /mnt >> /mnt/etc/fstab
|
||||||
cp tz.tmp /mnt/tzfinal.tmp
|
cp tz.tmp /mnt/tzfinal.tmp
|
||||||
rm tz.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
|
### BEGIN
|
||||||
arch-chroot /mnt echo "root:$pass" | chpasswd
|
arch-chroot /mnt echo "root:$pass" | chpasswd
|
Loading…
Reference in a new issue