From dc3a25e1e4c9b23415e530f33f1f3ad884afc797 Mon Sep 17 00:00:00 2001 From: BourneID Date: Mon, 15 Oct 2018 20:30:46 +0100 Subject: [PATCH] Minor logging adjustments --- lgsm/functions/check_deps.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index b3d8798ca..f95d7a457 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -99,7 +99,7 @@ fn_install_universe_repo(){ # Defensive coding - As this is an ubuntu only issue then check to make sure this fix is needed, and we are using ubuntu if [ "${jquniversemissing}" != "0" ]&&[ "${distroid}" == "ubuntu" ]; then fn_print_warning_nl "Ubuntu 18.04.1 contains a bug which means the sources.list file does not populate with the Ubuntu universe repository." - fn_print_dots "Adding Universe repository" + fn_print_information_nl "Attempting to add Universe Repo" sleep 0.5 sudo -v > /dev/null 2>&1 if [ $? -eq 0 ]; then @@ -120,8 +120,6 @@ fn_install_universe_repo(){ fn_script_log_fatal "Unable to install universe repository." fi else - fn_print_information_nl "Adding Universe Repo" - echo "" fn_print_warning_nl "$(whoami) does not have sudo access. Manually add Universe repository." fn_script_log_warn "$(whoami) does not have sudo access. Manually add Universe repository." echo " Please run the following command as a user with sudo access, and re-run the installation"