we don't need all the neovim git history to install the latest version (#756)

This commit is contained in:
Abouzar Parvan 2021-07-07 17:27:22 +04:30 committed by GitHub
parent 2049c33dfb
commit 649849ad58
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
!#/bin/bash
cd ~
sudo rm -r neovim
git clone https://github.com/neovim/neovim
git clone --branch master --depth 1 https://github.com/neovim/neovim
cd neovim
sudo make CMAKE_BUILD_TYPE=Release install
cd ~