diff --git a/README.md b/README.md index 4f597f05..7848c630 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ bash-completion fzf ``` -## Install [yay](https://github.com/Jguer/yay) +## Install [yay](https://github.com/Jguer/yay) and install tweaked NetworkManager ``` # pacman -S --needed git base-devel # git clone https://aur.archlinux.org/yay.git @@ -173,6 +173,8 @@ fzf # makepkg -si # sudo sed -i 's/#Color/Color/' /etc/pacman.conf + +# yay -Sy networkmanager-iwd ``` ## Audio diff --git a/scripts/postinstall.sh b/scripts/postinstall.sh index 30ec2056..6b1b6265 100644 --- a/scripts/postinstall.sh +++ b/scripts/postinstall.sh @@ -2,7 +2,7 @@ SSID="$1" -systemctl enable --now iwd systemd-networkd systemd-resolved systemd-timesyncd NetworkManager +systemctl enable --now iwd systemd-networkd systemd-resolved systemd-timesyncd echo "check if powered on" iwctl device list sleep 5 @@ -27,6 +27,7 @@ git clone https://aur.archlinux.org/yay.git cd yay makepkg -si sudo sed -i 's/#Color/Color/' /etc/pacman.conf +yay -Sy networkmanager-iwd su matt