testing also the new beautiful script

This commit is contained in:
pika 2025-05-21 22:55:40 +02:00
parent 868d4ba227
commit f06a10e4f9

View file

@ -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