only $2 necessary for dialog message
This commit is contained in:
		
							
								
								
									
										6
									
								
								larbs.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								larbs.sh
									
									
									
									
									
								
							| @@ -72,7 +72,7 @@ adduserandpass() { \ | ||||
|  | ||||
| gitmakeinstall() { | ||||
| 	dir=$(mktemp -d) | ||||
| 	dialog --title "LARBS Installation" --infobox "Installing \`$(basename $1)\` ($n of $total) via \`git\` and \`make\`. $(basename $1) ${@:2}." 5 70 | ||||
| 	dialog --title "LARBS Installation" --infobox "Installing \`$(basename $1)\` ($n of $total) via \`git\` and \`make\`. $(basename $1) $2." 5 70 | ||||
| 	git clone --depth 1 "$1" $dir &>/dev/null | ||||
| 	cd $dir | ||||
| 	make &>/dev/null | ||||
| @@ -80,12 +80,12 @@ gitmakeinstall() { | ||||
| 	cd /tmp ;} | ||||
|  | ||||
| maininstall() { # Installs all needed programs from main repo. | ||||
| 	dialog --title "LARBS Installation" --infobox "Installing \`$1\` ($n of $total). $1 ${@:2}." 5 70 | ||||
| 	dialog --title "LARBS Installation" --infobox "Installing \`$1\` ($n of $total). $1 $2." 5 70 | ||||
| 	pacman --noconfirm --needed -S "$1" &>/dev/null | ||||
| 	} | ||||
|  | ||||
| aurinstall() { \ | ||||
| 	dialog --title "LARBS Installation" --infobox "Installing \`$1\` ($n of $total) from the AUR. $1 ${@:2}." 5 70 | ||||
| 	dialog --title "LARBS Installation" --infobox "Installing \`$1\` ($n of $total) from the AUR. $1 $2." 5 70 | ||||
| 	grep "^$1$" <<< "$aurinstalled" && return | ||||
| 	sudo -u $name $aurhelper -S --noconfirm "$1" &>/dev/null | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user