From 37b02fc3c769a0b60cd8872cbe0d479e472d93f3 Mon Sep 17 00:00:00 2001 From: t470p Date: Wed, 8 May 2024 07:49:50 -0500 Subject: [PATCH] u --- scripts/99_software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 58d1026..cd6d03d 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -84,7 +84,7 @@ if [ ${operation} == "update" ] ; then then echo "Skipping (1) $x" else #if [[ $installed != $x ]] - then +# then if [[ $(echo "$installed" | grep -E -o "^$x$") != $x ]] then if [[ "$x" =~ ^aur:* ]]; then x=${x:4}