From 261e46016480a7968fca2e99bb95fafda4e256a0 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 16:40:21 -0500 Subject: [PATCH] u --- scripts/99_yay.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/99_yay.sh b/scripts/99_yay.sh index 6ca8f9b..e771411 100644 --- a/scripts/99_yay.sh +++ b/scripts/99_yay.sh @@ -23,7 +23,8 @@ pacman -S --needed --noconfirm go rm -rf /tmp/yay runuser -l ${user} -c 'git clone https://aur.archlinux.org/yay.git /tmp/yay' -sudo -u ${user} cd /tmp/yay && makepkg -si +sudo -u ${user} -c 'cd /tmp/yay && makepkg -si' + #runuser -l ${user} -c 'cd /tmp/yay && makepkg -si'