Update README.md

This commit is contained in:
HHF Technology 2024-11-25 16:35:25 +05:30
parent c9ea1ddc39
commit 78942ff30b

View file

@ -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
```