From 1914f171a7a58c1a69cd046538b36e60f55bf451 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 17:43:40 +0200 Subject: [PATCH] wip --- distros.sh | 1 + 1 file changed, 1 insertion(+) 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"