From 092089705d6dd5e45fd4b62bc335fab2fc93e0d5 Mon Sep 17 00:00:00 2001 From: "committer@t470p" Date: Wed, 27 Nov 2024 06:08:39 -0500 Subject: [PATCH] / wip --- scripts/99_software.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 9b551a1..f67c3ff 100755 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -194,6 +194,7 @@ if [ ${operation} == "install" ] ; then param_check "${parameter}" "no package name given" if [[ "$parameter" =~ ^aur:* ]]; then + parameter=${parameter:4} echo "Install AUR package '${parameter}'" sudo -u ${user} bash -c 'yay -S --needed --noconfirm --timeupdate ${parameter}' else