quieter make
This commit is contained in:
parent
3dd0b60730
commit
af83eddfcc
|
@ -8,4 +8,3 @@ Development environment base packages:
|
|||
## TODO
|
||||
|
||||
* install-wordpress.sh - move virtual host to files/
|
||||
* quieter make?
|
||||
|
|
|
@ -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 .."
|
||||
|
|
Loading…
Reference in New Issue