From a90abde8ee91c469d2a76e533dbbf1831739fe80 Mon Sep 17 00:00:00 2001 From: Alan Weinstock Date: Thu, 1 Sep 2022 14:21:50 -0700 Subject: [PATCH] fixed apt install string --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 6234f83..be76d3b 100644 --- a/install.sh +++ b/install.sh @@ -107,9 +107,10 @@ userinstall(){ warn "Some of the utilities needed by this script are missing" echo -e "Missing utilities:" echo -e "$bins_missing" - center "After this installer completes, run:" - echo -en "\n${lbl}sudo apt install -y $binsmissing\n${dfl}" - center "Press 'Enter' key when ready to proceed" + echo -e "After this installer completes, run:" + boxseparator + echo -en "\n${lbl}sudo apt install -y $bins_missing\n${dfl}" + boxborder "Press 'Enter' key when ready to proceed" read proceed fi detectvim