gitmake dialog size fix
This commit is contained in:
parent
ee9a3c9162
commit
f7ed0737fb
2
larbs.sh
2
larbs.sh
@ -72,7 +72,7 @@ adduserandpass() { \
|
||||
|
||||
gitmakeinstall() {
|
||||
dir=$(mktemp -d)
|
||||
dialog --title "LARBS Installation" --infobox "Installing \`$(basename $1)\` via \`git\` and \`make\`. $1 ${@:2}." 4 40
|
||||
dialog --title "LARBS Installation" --infobox "Installing \`$(basename $1)\` ($n of $total) via \`git\` and \`make\`. $1 ${@:2}." 5 70
|
||||
git clone --depth 1 "$1" $dir &>/dev/null
|
||||
cd $dir
|
||||
make &>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user