diff --git a/rofi.sh b/rofi.sh index 7824b35..54f7132 100644 --- a/rofi.sh +++ b/rofi.sh @@ -72,6 +72,12 @@ spin "Instaling missing dependencies.." if run -err err 'checkAndInstall "${pkgArray[@]}"'; then check "Installed dependencies $(pen blue ${pkgArray[@]}) correctly" + + echo + echo + echo + foo="$?" + echo $foo else throw "$err" fi