mirror of
https://github.com/York-Labs/OneClickDesktop.git
synced 2026-02-21 08:37:23 +08:00
Change Tomcat mirror for CentOS
This commit is contained in:
parent
28847126ef
commit
5168e6b053
@ -342,7 +342,7 @@ function install_guacamole_centos
|
||||
|
||||
function install_tomcat9_centos
|
||||
{
|
||||
curl -s https://mirrors.ocf.berkeley.edu/apache/tomcat/tomcat-9/v9.0.38/bin/apache-tomcat-9.0.38.tar.gz | tar -xz
|
||||
curl -s https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.38/bin/apache-tomcat-9.0.38.tar.gz | tar -xz
|
||||
mv apache-tomcat-9.0.38 /etc/tomcat9
|
||||
echo "export CATALINA_HOME="/etc/tomcat9"" >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user