Fixed the script you shouldn't run
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user