We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed240e commit 540c0d2Copy full SHA for 540c0d2
tools/dep/ubuntu_init.sh
@@ -9,7 +9,7 @@ apt-get install -y gawk curl zsh language-pack-zh-hans language-pack-zh-hans-ba
9
10
apt-get remove -y neovim exuberant-ctags
11
12
-if which bash-language-server > /dev/null; then
+if ! which bash-language-server > /dev/null; then
13
npm i -g bash-language-server
14
fi
15
if [ "Y$OPT_MAN" == "Yyes" ];then
0 commit comments