Use networkmanager

This commit is contained in:
matt1432 2023-02-16 23:01:31 -05:00
parent dc69ae332d
commit 9512ed38c7
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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