Skip to content

Commit

Permalink
7.6.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Jun 4, 2021
1 parent 4f2ceed commit 49fe9d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
##### 宝塔开源许可协议:https://www.bt.cn/kyxy.html
##### 使用手册:http://docs.bt.cn
##### 论坛地址:https://www.bt.cn/bbs
##### 反馈建议: https://www.bt.cn/bbs/forum-43-1.html
##### Bug提交:https://www.bt.cn/bbs/forum-39-1.html

#### 安装命令:
##### Centos
```bash
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
```
##### Ubuntu/Debian
```bash
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh
```

0 comments on commit 49fe9d3

Please sign in to comment.