quieter make

This commit is contained in:
Ray Elliott 2020-09-04 22:28:10 +01:00
parent 3dd0b60730
commit af83eddfcc
2 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,3 @@ Development environment base packages:
## TODO
* install-wordpress.sh - move virtual host to files/
* quieter make?

View File

@ -23,8 +23,9 @@ rm -v /tmp/lf.tar.gz
echo "Installing neovim ..."
git clone https://github.com/neovim/neovim /tmp/neovim
cd /tmp/neovim
make CMAKE_BUILD_TYPE=Release
make install
make -s CMAKE_BUILD_TYPE=Release
make -s install
echo "Neovim installed"
if command -v php ; then
echo "Installing composer .."