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