addet blesh again..
This commit is contained in:
parent
7bbf36828f
commit
62db6f7f05
1 changed files with 11 additions and 1 deletions
12
blesh.sh
12
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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue