typo fixed

This commit is contained in:
array-in-a-matrix 2021-11-02 12:30:04 -04:00
parent 21bce38ac7
commit d52fae4976
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ echo "127.0.0.1 localhost
echo -en $ROOT_PWD | passwd;
pacman -Sy --noconfirm grub NetworkManager;
pacman -Sy --noconfirm grub networkmanager;
grub-install /dev/sda && grub-mkconfig -o /boot/grub/grub.cfg;