diff --git a/scripts/99_yay.sh b/scripts/99_yay.sh index 45b7a15..4a5effe 100644 --- a/scripts/99_yay.sh +++ b/scripts/99_yay.sh @@ -16,5 +16,6 @@ fi rm -rf /tmp/yay runuser -l ${user} -c 'git clone https://aur.archlinux.org/yay.git /tmp/yay' cd /tmp/yay +runuser -l ${user} -c 'pwd' runuser -l ${user} -c 'makepkg -si' runuser -l ${user} -c 'yay --version'