From 0f9b0cd0f2c188267a154bd074b56dab48e51267 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 21 May 2025 22:41:44 +0200 Subject: [PATCH] testing also the new beautiful script --- rofi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi.sh b/rofi.sh index 7163a5b..7824b35 100644 --- a/rofi.sh +++ b/rofi.sh @@ -70,7 +70,7 @@ debian | ubuntu | arch | fedora | alpine | opensuse) # echo_info "Installing missing dependencies.." spin "Instaling missing dependencies.." - if run -err err checkAndInstall "${pkgArray[@]}"; then + if run -err err 'checkAndInstall "${pkgArray[@]}"'; then check "Installed dependencies $(pen blue ${pkgArray[@]}) correctly" else throw "$err"