Update 'scripts/4-matt.sh'
This commit is contained in:
parent
70b82aa005
commit
05b0c7418b
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
#!/bin/sh
|
#!/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
|
yay -Sy networkmanager-iwd
|
||||||
sudo systemctl enable NetworkManager
|
sudo systemctl enable NetworkManager
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue