This commit is contained in:
pika 2025-05-11 17:47:53 +02:00
parent 1914f171a7
commit a08272aaef

View file

@ -52,6 +52,7 @@ run() {
} }
checkAndInstall() { checkAndInstall() {
echo "DEBUG:: GOT ARRAY :: $@"
for deps in "$@"; do for deps in "$@"; do
echo_info "Installing $deps" echo_info "Installing $deps"
if ! command_exists $deps; then if ! command_exists $deps; then