From dd60341661b3e5464c3350794f85b2d3307e4c71 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 16:29:37 -0500 Subject: [PATCH] u --- scripts/99_yay.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/99_yay.sh b/scripts/99_yay.sh index 4a5effe..e349b83 100644 --- a/scripts/99_yay.sh +++ b/scripts/99_yay.sh @@ -15,7 +15,5 @@ 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 'cd /tmp/yay && makepkg -si' runuser -l ${user} -c 'yay --version'