Update setup/modules/aur-yay.sh
parent
3e35f54fac
commit
7748fdf8f8
|
|
@ -3,6 +3,11 @@ echo "Installing yay"
|
|||
cd ~
|
||||
mkdir install-tmp
|
||||
cd install-tmp
|
||||
sudo pacman -S --needed git base-devel
|
||||
git clone https://aur.archlinux.org/yay.git
|
||||
cd yay
|
||||
makepkg -si
|
||||
cd ~/install-tmp
|
||||
git clone https://github.com/leahneukirchen/nq.git
|
||||
cd nq
|
||||
sudo make install
|
||||
|
|
|
|||
Loading…
Reference in New Issue