From bc4e0cec796a45dff7380d193d9f95da1418862d Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 16:41:36 -0500 Subject: [PATCH] u --- scripts/99_yay.sh | 2 +- scripts/curae.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/99_yay.sh b/scripts/99_yay.sh index e771411..acc35a1 100644 --- a/scripts/99_yay.sh +++ b/scripts/99_yay.sh @@ -23,7 +23,7 @@ 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} -c 'cd /tmp/yay && makepkg -si' +sudo -u ${user} 'cd /tmp/yay && makepkg -si' #runuser -l ${user} -c 'cd /tmp/yay && makepkg -si' diff --git a/scripts/curae.sh b/scripts/curae.sh index 116a888..23c0965 100644 --- a/scripts/curae.sh +++ b/scripts/curae.sh @@ -122,7 +122,7 @@ shopt -u extglob shopt -s extglob if [ $operation == "yay" ] ; then - execute_script 99_yay.sh wp + execute_script 99_yay.sh fi shopt -u extglob