Skip to content

Commit

Permalink
testing files moved
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSmithxyz committed Aug 4, 2018
1 parent 8dd18e1 commit 123f999
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch.sh → testing/arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion archtest.sh → testing/archtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 123f999

Please sign in to comment.