NetMan addition

This commit is contained in:
Luke 2017-10-05 00:12:16 -07:00
parent 1eb63ccbf5
commit d2b3c1d39c

View File

@ -10,6 +10,10 @@ locale-gen
echo "test" > /etc/hostname
pacman -S networkmanager
systemctl enable NetworkManager
systemctl start NetworkManager
pacman -S grub && grub-install --target=i386-pc /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg
curl -O http://lukesmith.xyz/larbs/root.sh && root.sh