NetMan addition
This commit is contained in:
parent
1eb63ccbf5
commit
d2b3c1d39c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue