remove golang dependency, add tig
This commit is contained in:
parent
d90abb0316
commit
48fbf055b8
|
@ -13,7 +13,7 @@ if ! command -v yarn ; then
|
|||
fi
|
||||
|
||||
if command -v apt-get ; then
|
||||
apt-get -y install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip python-pip python3-pip golang fzf
|
||||
apt-get -y install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip python-pip python3-pip tig fzf
|
||||
cd /tmp
|
||||
git clone https://github.com/neovim/neovim
|
||||
cd neovim
|
||||
|
|
Reference in New Issue