diff --git a/scripts/4-matt.sh b/scripts/4-matt.sh index cc804266..c681a964 100755 --- a/scripts/4-matt.sh +++ b/scripts/4-matt.sh @@ -1,4 +1,10 @@ #!/bin/sh +sudo pacman -S --needed git base-devel +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 sudo systemctl enable NetworkManager