testing also the new beautiful script

This commit is contained in:
pika 2025-05-21 22:54:52 +02:00
parent 88a156aca1
commit 868d4ba227

13
rofi.sh
View file

@ -74,13 +74,13 @@
if run -err err 'checkAndInstall "${pkgArray[@]}"'; then
check "Installed dependencies $(pen blue ${pkgArray[@]}) correctly"
echo
echo
echo
foo="$?"
echo $foo
# echo
# echo
# echo
# foo="$?"
# echo $foo
else
throw "$err"
check "$err"
fi
;;
*)
@ -91,6 +91,7 @@
}
rofi_clone_and_build() {
getDependencies
local rofiTemp="$(mktemp -d)"
local err
# echo_pkg clone "Cloning rofi to $rofiTemp/rofi"