diff --git a/bare-arch-install.sh b/bare-arch-install.sh index a31cad1..ae76719 100755 --- a/bare-arch-install.sh +++ b/bare-arch-install.sh @@ -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