From 9ec7ba412731cf7e6d1cafe1886375f39f803ac4 Mon Sep 17 00:00:00 2001 From: glen Date: Fri, 5 Mar 2021 16:01:12 -0500 Subject: [PATCH] more log --- installers/install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/installers/install.sh b/installers/install.sh index f13543b..0f03218 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -42,7 +42,7 @@ echo "Install Lokinet-GUI" } function resolv_config () { - + install_log "Configure resolvconf installation" echo -n "Do you wish to install and configure resolvconf (recommended)? [y/N]: " # read answer @@ -72,6 +72,11 @@ function resolv_config () { } + # Outputs a Install log line + function install_log() { + echo -e "\033[1;32mLabyrinthAP Install: $*\033[m" + } + function install_lokinet () { show_splash download_latest_files