testing..
This commit is contained in:
parent
a032c5877c
commit
b9245ed61b
1 changed files with 8 additions and 2 deletions
10
neovim.sh
10
neovim.sh
|
@ -149,8 +149,14 @@
|
||||||
check "Compiled $PACKAGE from source"
|
check "Compiled $PACKAGE from source"
|
||||||
line
|
line
|
||||||
|
|
||||||
echo_pkg install
|
# echo_pkg install
|
||||||
$_sudo make install
|
spin "Installing $PACKAGE"
|
||||||
|
if run --err err $_sudo make install; then
|
||||||
|
check "$PACKAGE installed!"
|
||||||
|
else
|
||||||
|
thorw "Installation of $PACKAGE has failed!"
|
||||||
|
echo_error "${err:-}"
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo_error "${err:-}"
|
echo_error "${err:-}"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue