diff --git a/scripts/99_yay.sh b/scripts/99_yay.sh index f616534..0db6a3d 100644 --- a/scripts/99_yay.sh +++ b/scripts/99_yay.sh @@ -14,7 +14,7 @@ if [ "$EUID" -ne 0 ] fi rm -rf /tmp/yay -runuser -l ${user} -c 'git clone https://aur.archlinux.org/yay.git /tmp' +runuser -l ${user} -c 'git clone https://aur.archlinux.org/yay.git /tmp/yay' runuser -l ${user} -c 'cd /tmp/yay' runuser -l ${user} -c 'makepkg -si' runuser -l ${user} -c 'yay --version'