From 62db6f7f0501e8ddc36b60f398e927048f4940e9 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 25 May 2025 23:08:07 +0200 Subject: [PATCH] addet blesh again.. --- blesh.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/blesh.sh b/blesh.sh index a0363a7..754e419 100644 --- a/blesh.sh +++ b/blesh.sh @@ -147,7 +147,17 @@ echo-error "${err:-}" 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() {