1111执行以下任意命令即可执行安装脚本。
1212
1313``` sh
14- curl -o- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/zsh-install.sh | bash
15- wget -qO- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/zsh-install.sh | bash
14+ curl -o- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/zsh-install.sh | bash
15+ wget -qO- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/zsh-install.sh | bash
1616```
1717
1818## JDK8 安装
@@ -26,8 +26,8 @@ JDK8 会被安装到 `/usr/lib/jvm/java` 路径。
2626执行以下任意命令即可执行安装脚本。
2727
2828``` sh
29- curl -o- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/jdk8-install.sh | bash
30- wget -qO- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/jdk8-install.sh | bash
29+ curl -o- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/jdk8-install.sh | bash
30+ wget -qO- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/jdk8-install.sh | bash
3131```
3232
3333## Maven 安装配置
@@ -42,8 +42,8 @@ wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux
4242执行以下任意命令即可执行安装脚本。
4343
4444``` sh
45- curl -o- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/maven-install.sh | bash
46- wget -qO- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/maven-install.sh | bash
45+ curl -o- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/maven-install.sh | bash
46+ wget -qO- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/maven-install.sh | bash
4747```
4848
4949## Node.js 安装
@@ -57,8 +57,8 @@ wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux
5757执行以下任意命令即可执行安装脚本。
5858
5959``` sh
60- curl -o- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/nodejs-install.sh | bash
61- wget -qO- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/nodejs-install.sh | bash
60+ curl -o- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/nodejs-install.sh | bash
61+ wget -qO- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/nodejs-install.sh | bash
6262```
6363
6464## MongoDB 安装
@@ -72,8 +72,8 @@ wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux
7272执行以下任意命令即可执行安装脚本。
7373
7474``` sh
75- curl -o- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/mongodb-install.sh | bash
76- wget -qO- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/mongodb-install.sh | bash
75+ curl -o- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/mongodb-install.sh | bash
76+ wget -qO- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/mongodb-install.sh | bash
7777```
7878
7979## Redis 安装
@@ -87,8 +87,8 @@ wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux
8787执行以下任意命令即可执行安装脚本。
8888
8989``` sh
90- curl -o- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/redis-install.sh | bash
91- wget -qO- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/redis-install.sh | bash
90+ curl -o- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/redis-install.sh | bash
91+ wget -qO- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/redis-install.sh | bash
9292```
9393
9494## Tomcat8 安装
@@ -100,8 +100,8 @@ wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux
100100使用方法:
101101
102102``` sh
103- curl -o- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/tomcat8-install.sh | bash
104- wget -qO- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/tomcat8-install.sh | bash
103+ curl -o- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/tomcat8-install.sh | bash
104+ wget -qO- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/tomcat8-install.sh | bash
105105```
106106
107107## Kafka 安装
@@ -113,8 +113,8 @@ wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux
113113使用方法:执行以下任意命令即可执行脚本。
114114
115115``` sh
116- curl -o- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/kafka-install.sh | bash
117- wget -qO- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/kafka-install.sh | bash
116+ curl -o- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/kafka-install.sh | bash
117+ wget -qO- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/kafka-install.sh | bash
118118```
119119
120120## RocketMQ 安装
@@ -126,8 +126,8 @@ wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux
126126使用方法:执行以下任意命令即可执行脚本。
127127
128128``` sh
129- curl -o- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/rocketmq-install.sh | bash
130- wget -qO- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/rocketmq-install.sh | bash
129+ curl -o- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/rocketmq-install.sh | bash
130+ wget -qO- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/rocketmq-install.sh | bash
131131```
132132
133133## ZooKeeper 安装
@@ -139,7 +139,7 @@ wget -qO- https://raw.githubusercontent.com/dunwu/os-tutorial/master/codes/linux
139139使用方法:执行以下任意命令即可执行脚本。
140140
141141``` sh
142- curl -o- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/zookeeper-install.sh | bash
143- wget -qO- https://raw.githubusercontent.com/dunwu/os -tutorial/master/codes/linux/ops/soft/zookeeper-install.sh | bash
142+ curl -o- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/zookeeper-install.sh | bash
143+ wget -qO- https://raw.githubusercontent.com/dunwu/linux -tutorial/master/codes/linux/ops/soft/zookeeper-install.sh | bash
144144```
145145
0 commit comments