addet blesh again..

This commit is contained in:
pika 2025-05-25 23:08:07 +02:00
parent 7bbf36828f
commit 62db6f7f05

View file

@ -147,7 +147,17 @@
echo-error "${err:-}" echo-error "${err:-}"
fi fi
make install spin bold blue "Trying to install blesh now.."
if run --err err --out out make install; then
upclear
check bold yellow "Installed $PACAKGE!"
else
upclear
throw bold red "Error installing $PACKAGE"
thro bold yellow "OUT: ${out:-}"
echo-error "${err:-}"
fi
} }
main() { main() {