From 8899d841545fd774afca743947265c26bd058218 Mon Sep 17 00:00:00 2001 From: glen Date: Fri, 5 Mar 2021 15:56:54 -0500 Subject: [PATCH] logs --- installers/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installers/install.sh b/installers/install.sh index b28c83d..f13543b 100755 --- a/installers/install.sh +++ b/installers/install.sh @@ -18,6 +18,7 @@ echo "Install public key and add packages." function install_main () { + install_log "Configure Lokinet installation" echo -n "Do you wish to install public key and add packages? [y/N]: " read answer if [[ $answer != "y" ]]; then @@ -41,7 +42,8 @@ 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 # if [[ $answer != "y" ]]; then