Fixed the script you shouldn't run
This commit is contained in:
parent
d3e288f238
commit
4af80ffe85
@ -48,10 +48,7 @@ mount /dev/sda4 /mnt/home
|
|||||||
pacstrap /mnt base
|
pacstrap /mnt base
|
||||||
genfstab -U /mnt >> /mnt/etc/fstab
|
genfstab -U /mnt >> /mnt/etc/fstab
|
||||||
|
|
||||||
curl http://lukesmith.xyz/larbs/chroot.sh > /mnt/chroot.sh
|
curl http://lukesmith.xyz/larbs/root.sh > /mnt/root.sh && arch-chroot /mnt bash root.sh && rm /mnt/root.sh
|
||||||
arch-chroot /mnt bash chroot.sh
|
|
||||||
|
|
||||||
rm /mnt/chroot.sh
|
|
||||||
|
|
||||||
echo "Eject CD/ROM? [y/N]"
|
echo "Eject CD/ROM? [y/N]"
|
||||||
read yn
|
read yn
|
||||||
|
Loading…
Reference in New Issue
Block a user