diff --git a/distros.sh b/distros.sh index 28c8aae..f4d25a9 100755 --- a/distros.sh +++ b/distros.sh @@ -53,6 +53,7 @@ run() { checkAndInstall() { for deps in "$@"; do + echo_info "Installing $deps" if ! command_exists $deps; then echo_note "$deps is not installed. Installing it now.." run _install "$deps"