Skip to content

Commit 5deee6a

Browse files
committed
change to axel for bad network
1 parent 3740512 commit 5deee6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/dep/ubuntu_init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apt-get install -y gawk curl zsh language-pack-zh-hans language-pack-zh-hans-ba
44
git unzip wget python-dev python3-pip python-pip lsof \
55
libtool-bin gettext sudo \
66
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
88
apt-get remove -y neovim exuberant-ctags
99
npm install -g yarn
1010
if [ "Y$OPT_MAN" == "Yyes" ];then
@@ -76,7 +76,7 @@ if [ "Y$OPT_JAVA" == "Yyes" ];then
7676
if [ ! -d ~/.config/coc/extensions/coc-java-data/server/config_linux ];then
7777
mkdir -p ~/.config/coc/extensions/coc-java-data/server && \
7878
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 && \
8080
tar xf jdt-language-server-0.35.0-201903142358.tar.gz && rm jdt-language-server*.tar.gz
8181
fi
8282
cd $OLD_DIR

0 commit comments

Comments
 (0)