Use networkmanager
This commit is contained in:
parent
dc69ae332d
commit
9512ed38c7
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue