From 650ed4f21e5c283440d6d54a83c0a0191b92aa1c Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 May 2025 19:46:46 +0200 Subject: [PATCH] testing.. --- distros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.."