ascii-photobooth/yay-installer.sh

16 lines
268 B
Bash
Executable File

#!/bin/bash
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