diff --git a/README.md b/README.md index 7848c630..6d6c7343 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ fzf # sudo sed -i 's/#Color/Color/' /etc/pacman.conf # yay -Sy networkmanager-iwd +# sudo systemctl enable NetworkManager ``` ## Audio diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index 6b1b6265..c334b17b 100644 --- a/scripts/postinstall.sh +++ b/scripts/postinstall.sh @@ -28,6 +28,7 @@ cd yay makepkg -si sudo sed -i 's/#Color/Color/' /etc/pacman.conf yay -Sy networkmanager-iwd +sudo systemctl enable NetworkManager su matt