File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55使用方法:
66
77``` sh
8- wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-jdk8.sh
9- chmod -R 777 install-jdk8.sh
10- ./install-jdk8.sh
8+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-jdk8.sh | bash
119```
1210
1311脚本会下载解压 jdk8 到 ` /opt/java ` 路径下。
@@ -20,5 +18,6 @@ chmod -R 777 install-jdk8.sh
2018wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-jdk8-by-yum.sh
2119chmod -R 777 install-jdk8-by-yum.sh
2220./install-jdk8-by-yum.sh
21+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-jdk8-by-yum.sh | bash
2322```
2423脚本会下载解压 jdk8 到 ` /usr/lib/jvm/java ` 路径下。
Original file line number Diff line number Diff line change 55使用方法:
66
77``` sh
8- wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jenkins/install-jenkins.sh
9- chmod -R 777 install-jenkins.sh
10- ./install-jenkins.sh
8+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jenkins/install-jenkins.sh | bash
119```
1210
1311脚本会下载解压 Jenkins 到 ` /opt/jenkins ` 路径下。
Original file line number Diff line number Diff line change 33使用方法:
44
55``` sh
6- wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/kafka/install-kafka.sh
7- chmod -R 777 install-kafka.sh
8- ./install-kafka.sh
6+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/kafka/install-kafka.sh | bash
97```
108
119脚本会下载解压 kafka 到 ` /opt/kafka ` 路径下。
Original file line number Diff line number Diff line change 33使用方法:
44
55``` sh
6- wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/mongodb/install-mongodb.sh
7- chmod -R 777 install-mongodb.sh
8- ./install-mongodb.sh
6+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/mongodb/install-mongodb.sh | bash
97```
108
119脚本会下载解压 redis 到 ` /opt/mongodb ` 路径下。
Original file line number Diff line number Diff line change 55使用方法:
66
77``` sh
8- wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nginx/install-nginx.sh
9- chmod -R 777 install-nginx.sh
10- ./install-nginx.sh
8+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nginx/install-nginx.sh | bash
119```
1210
1311脚本会下载解压 nginx 到 ` /opt/nginx ` 路径下。
@@ -17,8 +15,6 @@ chmod -R 777 install-nginx.sh
1715使用方法:
1816
1917``` sh
20- wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/jdk/install-nginx-by-yum.sh
21- chmod -R 777 install-nginx-by-yum.sh
22- ./install-nginx-by-yum.sh
18+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nginx/install-nginx-by-yum.sh | bash
2319```
2420
Original file line number Diff line number Diff line change 33使用方法:
44
55``` sh
6- wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nodejs/install-nodejs.sh
7- chmod -R 777 install-nodejs.sh
8- ./install-nodejs.sh
6+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/nodejs/install-nodejs.sh | bash
97```
Original file line number Diff line number Diff line change 33使用方法:
44
55``` sh
6- wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/redis/install-redis.sh
7- chmod -R 777 install-redis.sh
8- ./install-redis.sh
6+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/redis/install-redis.sh | bash
97```
108
119脚本会下载解压 redis 到 ` /opt/redis ` 路径下。
Original file line number Diff line number Diff line change 33使用方法:
44
55``` sh
6- wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/rocketmq/install-rocketmq.sh
7- chmod -R 777 install-rocketmq.sh
8- ./install-rocketmq.sh
6+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/rocketmq/install-rocketmq.sh | bash
97```
108
119脚本会下载解压 RocketMQ 到 ` /opt/rocketmq ` 路径下。
Original file line number Diff line number Diff line change 88wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/tomcat/install-tomcat8.sh
99chmod -R 777 install-tomcat8.sh
1010./install-tomcat8.sh
11+
12+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/tomcat/install-tomcat8.sh | bash
1113```
1214
1315脚本会下载解压 tomcat 到 ` /opt/tomcat ` 路径下。
Original file line number Diff line number Diff line change 33使用方法:
44
55``` sh
6- wget --no-check-certificate --no-cookies https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/zookeeper/install-zookeeper.sh
7- chmod -R 777 install-zookeeper.sh
8- ./install-zookeeper.sh
6+ curl -o- https://raw.githubusercontent.com/dunwu/linux/master/codes/deploy/tool/zookeeper/install-zookeeper.sh | bash
97```
108
119脚本会下载解压 zookeeper 到 ` /opt/zookeeper ` 路径下。
You can’t perform that action at this time.
0 commit comments