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 c1b8820 commit f2835eaCopy full SHA for f2835ea
tools/dep/ubuntu_init.sh
@@ -63,7 +63,7 @@ if [ "Y$OPT_JAVA" == "Yyes" ];then
63
tar xf jdt-language-server-0.35.0-201903142358.tar.gz && rm jdt-language-server*.tar.gz
64
fi
65
cd $OLD_DIR
66
- if which mwn >/dev/null;then
+ if [ ! -d /opt/apache-maven-3.6.1 ];then
67
# install maven
68
cd /opt && \
69
wget http://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.6.1/binaries/apache-maven-3.6.1-bin.tar.gz && \
0 commit comments