Had to fix typo when installing networkmanager, caused it to fail to install NM and wpa_supplicant
This commit is contained in:
parent
9f6f752a8a
commit
fc290a728d
@ -201,6 +201,9 @@ locale-gen
|
||||
## Configure locale.conf
|
||||
echo 'LANG=$LOCALE' > /etc/locale.conf
|
||||
|
||||
sync
|
||||
sleep 1
|
||||
|
||||
# Install and Enable Networking Systems
|
||||
##
|
||||
#networkmanager:
|
||||
@ -211,10 +214,13 @@ echo 'LANG=$LOCALE' > /etc/locale.conf
|
||||
##
|
||||
|
||||
## Installing networking packages
|
||||
pacman -S --noconfirm networkmangager wpa_supplicant
|
||||
pacman -S --noconfirm networkmanager wpa_supplicant
|
||||
## Enabling systemd services
|
||||
systemctl enable wpa_supplicant NetworkManager
|
||||
|
||||
sync
|
||||
sleep 1
|
||||
|
||||
## Installing bootloader
|
||||
#grub:
|
||||
#Grub is a bootloader. A program that helps you boot into an installed system
|
||||
|
Loading…
Reference in New Issue
Block a user