Merge branch 'main' of https://git.hhf.technology/hhf/script-management-cloudpanel
This commit is contained in:
commit
4517c5bdcb
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ The goal of this repo is to make it as simple as possible to run maintenance and
|
|||
## Demo
|
||||
|
||||
```bash
|
||||
wget https://git.hhf.technology/hhf/script-management-cloudpanel/main/master.sh -O master.sh && bash master.sh
|
||||
wget https://git.hhf.technology/hhf/script-management-cloudpanel/raw/branch/main/master.sh -O master.sh && bash master.sh
|
||||
```
|
||||
|
||||
Select any CloudPanel management script, such as `backup/mysql-backup.sh` or `security/ssl-renewal.sh`
|
||||
|
@ -36,7 +36,7 @@ Select any CloudPanel management script, such as `backup/mysql-backup.sh` or `se
|
|||
To use the `master.sh` script on your CloudPanel server, run the following command:
|
||||
|
||||
```bash
|
||||
wget https://git.hhf.technology/hhf/script-management-cloudpanel/main/master.sh -O master.sh && bash master.sh
|
||||
wget https://git.hhf.technology/hhf/script-management-cloudpanel/raw/branch/main/master.sh -O master.sh && bash master.sh
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue