Skip to content

Commit 4d4dd56

Browse files
committed
🔖 更改 tomcat 下载路径
1 parent f604da7 commit 4d4dd56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codes/deploy/tool/tomcat/install-tomcat8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ echo -e "\n>>>>>>>>> install tomcat"
1212
root=/opt/software/tomcat
1313
version=8.5.28
1414
mkdir -p ${root}
15-
wget -O ${root}/apache-tomcat-${version}.tar.gz http://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-8/v${version}/bin/apache-tomcat-${version}.tar.gz
15+
wget -O ${root}/apache-tomcat-${version}.tar.gz http://archive.apache.org/dist/tomcat/tomcat-8/${version}/bin/apache-tomcat-${version}.tar.gz
1616
cd ${root}
1717
tar zxvf apache-tomcat-${version}.tar.gz

0 commit comments

Comments
 (0)