testing also the new beautiful script
This commit is contained in:
parent
0f9b0cd0f2
commit
925b3cd5de
1 changed files with 6 additions and 0 deletions
6
rofi.sh
6
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue