quieter make
This commit is contained in:
parent
3dd0b60730
commit
af83eddfcc
|
@ -8,4 +8,3 @@ Development environment base packages:
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
* install-wordpress.sh - move virtual host to files/
|
* install-wordpress.sh - move virtual host to files/
|
||||||
* quieter make?
|
|
||||||
|
|
|
@ -23,8 +23,9 @@ rm -v /tmp/lf.tar.gz
|
||||||
echo "Installing neovim ..."
|
echo "Installing neovim ..."
|
||||||
git clone https://github.com/neovim/neovim /tmp/neovim
|
git clone https://github.com/neovim/neovim /tmp/neovim
|
||||||
cd /tmp/neovim
|
cd /tmp/neovim
|
||||||
make CMAKE_BUILD_TYPE=Release
|
make -s CMAKE_BUILD_TYPE=Release
|
||||||
make install
|
make -s install
|
||||||
|
echo "Neovim installed"
|
||||||
|
|
||||||
if command -v php ; then
|
if command -v php ; then
|
||||||
echo "Installing composer .."
|
echo "Installing composer .."
|
||||||
|
|
Loading…
Reference in New Issue