This commit is contained in:
tuxwarrior
2024-05-01 17:02:23 -05:00
parent 2a4ba7ce21
commit b4dadac33c

View File

@@ -106,7 +106,9 @@ if [ ${operation} == "update" ] ; then
if [[ -n "$list_aur" ]] if [[ -n "$list_aur" ]]
then then
echo "^^^^^^^^^^^^^^^^^^^^^^^^^ ${list_aur}" echo "^^^^^^^^^^^^^^^^^^^^^^^^^ ${list_aur}"
sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}' #sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}'
runuser -l ${user} -c 'yay -S --needed --noconfirm --timeupdate ${list_aur}'
#yay -S --needed --noconfirm --timeupdate ${list_aur} #yay -S --needed --noconfirm --timeupdate ${list_aur}
sudo -u ${user} bash -c 'echo "--------- __ ----------"' sudo -u ${user} bash -c 'echo "--------- __ ----------"'
else else