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