From b17e30e394b249b6a6614574711cac2370e21bbf Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 16 Feb 2023 23:02:31 -0500 Subject: [PATCH] .. --- README.md | 1 + scripts/postinstall.sh | 1 + 2 files changed, 2 insertions(+) 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