From f06a10e4f9dfe67324dff5247d292e35dbe48f77 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 21 May 2025 22:55:40 +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 00f383b..a0d63fc 100644 --- a/rofi.sh +++ b/rofi.sh @@ -71,7 +71,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" # echo