commit 891f33982e7a87154d7e2a35cd1400c7cd3ac4d7
parent c34b1970c873b49808d9e1fe1e2566f8529041cd
Author: Luke Smith <luke@lukesmith.xyz>
Date: Mon, 10 Sep 2018 18:10:50 -0400
AUR dialog better size
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/larbs.sh b/larbs.sh
@@ -136,7 +136,7 @@ resetpulse() { dialog --infobox "Reseting Pulseaudio..." 4 50
manualinstall() { # Installs $1 manually if not installed. Used only for AUR helper here.
[[ -f /usr/bin/$1 ]] || (
- dialog --infobox "Installing \"$1\", an AUR helper..." 10 60
+ dialog --infobox "Installing \"$1\", an AUR helper..." 8 50
cd /tmp
rm -rf /tmp/"$1"*
curl -sO https://aur.archlinux.org/cgit/aur.git/snapshot/"$1".tar.gz &&