From b2dd71b0c055b64e5e680179179c15fe4add3287 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 2 Aug 2018 20:11:30 -0400 Subject: [PATCH] wording and dialog size change --- larbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larbs.sh b/larbs.sh index 3676500..37f6235 100755 --- a/larbs.sh +++ b/larbs.sh @@ -155,7 +155,7 @@ installaurprograms() { \ n=0 for prog in $aurqueue; do n=$((n+1)) - dialog --infobox "Downloading and installing program $n out of $count: $prog..." 10 60 + dialog --infobox "Downloading and installing AUR program $n out of $count: $prog..." 6 70 sudo -u $name $aurhelper -S --noconfirm "$prog" &>/dev/null done ;}