testing also the new beautiful script

This commit is contained in:
pika 2025-05-21 22:43:47 +02:00
parent 0f9b0cd0f2
commit 925b3cd5de

View file

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