mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-24 02:59:16 +08:00
refactor: 修改一键安装脚本
This commit is contained in:
parent
a618118792
commit
7fdffa6848
@ -33,7 +33,7 @@
|
||||
以 root 用户执行如下命令一键安装 1Panel:
|
||||
|
||||
```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
|
||||
base_dir: /opt
|
||||
mode: dev
|
||||
repo_url: https://1panel.oss-cn-hangzhou.aliyuncs.com/package
|
||||
repo_url: https://resource.fit2cloud.com/1panel/package
|
||||
is_demo: false
|
||||
|
||||
log:
|
||||
|
Loading…
Reference in New Issue
Block a user