mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
refactor: 修改一键安装脚本
This commit is contained in:
parent
a618118792
commit
7fdffa6848
@ -33,7 +33,7 @@
|
|||||||
以 root 用户执行如下命令一键安装 1Panel:
|
以 root 用户执行如下命令一键安装 1Panel:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
INSTALL_MODE=stable bash -c "$(curl -sSL http://1panel.oss-cn-hangzhou.aliyuncs.com/package/quick_start.sh)"
|
INSTALL_MODE=stable bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
**学习资料**
|
**学习资料**
|
||||||
|
@ -2,7 +2,7 @@ system:
|
|||||||
db_file: 1Panel.db
|
db_file: 1Panel.db
|
||||||
base_dir: /opt
|
base_dir: /opt
|
||||||
mode: dev
|
mode: dev
|
||||||
repo_url: https://1panel.oss-cn-hangzhou.aliyuncs.com/package
|
repo_url: https://resource.fit2cloud.com/1panel/package
|
||||||
is_demo: false
|
is_demo: false
|
||||||
|
|
||||||
log:
|
log:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user