diff --git a/distros.sh b/distros.sh index 0d9a479..8e44192 100755 --- a/distros.sh +++ b/distros.sh @@ -135,7 +135,7 @@ checkAndInstall() { for deps in "${@}"; do echo_pkg deps "Installing $deps" if ! command_exists $deps; then - echo_pkg "$deps is not installed. Installing it now.." + echo_pkg deps "$deps is not installed. Installing it now.." run _install "$deps" else echo_pkg deps "skipping $deps - as it's already installed.."