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