From 0d5a52a264c8d25fd17378220469767f28c2e751 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 27 Jan 2022 01:19:46 -0300 Subject: [PATCH] Change infobox message --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 5baab13..86f0c18 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -6,7 +6,7 @@ cloneAndMake() { echo "$password" | sudo -S bash -c "" > /dev/null 2>&1 fi - local TERM=ansi; whiptail --infobox "Downloading ${1}" 7 0 + local TERM=ansi; whiptail --infobox "Downloading '${1}'" 7 0 git clone "$2" makeMsg=laptop && [[ -v LAPTOP ]] || makeMsg=install