We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2ceed commit 49fe9d3Copy full SHA for 49fe9d3
README.md
@@ -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
14
+wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh
15
0 commit comments