diff --git a/README.md b/README.md index 31310f3..e70c1cb 100644 --- a/README.md +++ b/README.md @@ -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 ```