ascii-photobooth/yay-installer.sh

12 lines
176 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