u
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user