From 4415c4e915ef27c9e408a3c763532c8eccba81a7 Mon Sep 17 00:00:00 2001 From: "committer@t470p" Date: Wed, 27 Nov 2024 06:03:09 -0500 Subject: [PATCH] / wip supporting aur packages for install / uninstall cmd --- scripts/99_software.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index ac4d6cf..82f6e29 100755 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -195,8 +195,7 @@ if [ ${operation} == "install" ] ; then if [[ "$parameter" =~ ^aur:* ]]; then echo "Install AUR package '${parameter}'" - echo ${list_aur} > /tmp/list_aur.txt - sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate $(