testing also the new beautiful script

This commit is contained in:
pika 2025-05-21 22:41:44 +02:00
parent e57d617f9a
commit 0f9b0cd0f2

View file

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