Skip to content

Commit 49fe9d3

Browse files
committed
7.6.0-3
1 parent 4f2ceed commit 49fe9d3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
##### 宝塔开源许可协议:https://www.bt.cn/kyxy.html
2+
##### 使用手册:http://docs.bt.cn
3+
##### 论坛地址:https://www.bt.cn/bbs
4+
##### 反馈建议: https://www.bt.cn/bbs/forum-43-1.html
5+
##### Bug提交:https://www.bt.cn/bbs/forum-39-1.html
6+
7+
#### 安装命令:
8+
##### Centos
9+
```bash
10+
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
11+
```
12+
##### Ubuntu/Debian
13+
```bash
14+
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh
15+
```

0 commit comments

Comments
 (0)