Skip to content

Commit 540c0d2

Browse files
committed
fix
1 parent 0ed240e commit 540c0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dep/ubuntu_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ apt-get install -y gawk curl zsh language-pack-zh-hans language-pack-zh-hans-ba
99

1010
apt-get remove -y neovim exuberant-ctags
1111

12-
if which bash-language-server > /dev/null; then
12+
if ! which bash-language-server > /dev/null; then
1313
npm i -g bash-language-server
1414
fi
1515
if [ "Y$OPT_MAN" == "Yyes" ];then

0 commit comments

Comments
 (0)