File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apt-get install -y gawk curl zsh language-pack-zh-hans language-pack-zh-hans-ba
4
4
git unzip wget python-dev python3-pip python-pip lsof \
5
5
libtool-bin gettext sudo \
6
6
cmake automake m4 autoconf libtool build-essential pkg-config wamerican \
7
- autojump nmap iproute2 net-tools sshfs
7
+ autojump nmap iproute2 net-tools sshfs axel
8
8
apt-get remove -y neovim exuberant-ctags
9
9
npm install -g yarn
10
10
if [ " Y$OPT_MAN " == " Yyes" ]; then
@@ -76,7 +76,7 @@ if [ "Y$OPT_JAVA" == "Yyes" ];then
76
76
if [ ! -d ~ /.config/coc/extensions/coc-java-data/server/config_linux ]; then
77
77
mkdir -p ~ /.config/coc/extensions/coc-java-data/server && \
78
78
cd ~ /.config/coc/extensions/coc-java-data/server && \
79
- wget https://download.eclipse.org/jdtls/milestones/0.35.0/jdt-language-server-0.35.0-201903142358.tar.gz && \
79
+ axel https://download.eclipse.org/jdtls/milestones/0.35.0/jdt-language-server-0.35.0-201903142358.tar.gz && \
80
80
tar xf jdt-language-server-0.35.0-201903142358.tar.gz && rm jdt-language-server* .tar.gz
81
81
fi
82
82
cd $OLD_DIR
You can’t perform that action at this time.
0 commit comments