This commit is contained in:
tuxwarrior
2024-05-01 16:41:36 -05:00
parent 261e460164
commit bc4e0cec79
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ pacman -S --needed --noconfirm go
rm -rf /tmp/yay rm -rf /tmp/yay
runuser -l ${user} -c 'git clone https://aur.archlinux.org/yay.git /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' #runuser -l ${user} -c 'cd /tmp/yay && makepkg -si'

View File

@@ -122,7 +122,7 @@ shopt -u extglob
shopt -s extglob shopt -s extglob
if [ $operation == "yay" ] ; then if [ $operation == "yay" ] ; then
execute_script 99_yay.sh wp execute_script 99_yay.sh
fi fi
shopt -u extglob shopt -u extglob