diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index b24ab9fa3..19f336f58 100755 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -131,6 +131,7 @@ fn_found_missing_deps(){ fn_print_warning_nl "Missing dependencies: ${red}${array_deps_missing[*]}${default}" fn_script_log_warn "Missing dependencies: ${array_deps_missing[*]}" else + fn_print_dots "Missing dependencies" fn_print_warn_nl "Missing dependencies: ${red}${array_deps_missing[*]}${default}" fn_script_log_warn "Missing dependencies: ${array_deps_missing[*]}" fi @@ -138,10 +139,6 @@ fn_found_missing_deps(){ if [ "${monostatus}" ]; then fn_install_mono_repo fi - if [ "${jqstatus}" ]; then - fn_print_warning_nl "jq is not available in the ${distroname} repository." - echo -e " * https://docs.linuxgsm.com/requirements/jq" - fi if [ "${autoinstall}" == "1" ]; then sudo -n true > /dev/null 2>&1 else @@ -180,7 +177,7 @@ fn_found_missing_deps(){ elif [ "$(command -v yum 2>/dev/null)" ]; then echo -e " sudo yum install ${array_deps_missing[*]}" fi - if [ "${steamcmdfail}" ]; then + if [ -n "${steamcmdfail}" ]; then echo -e "" if [ "${commandname}" == "INSTALL" ]; then fn_print_failure_nl "Missing dependencies required to run SteamCMD."