From 78942ff30bc8681b8c7b30bb4100d39fd635aecd Mon Sep 17 00:00:00 2001 From: hhf Date: Mon, 25 Nov 2024 16:35:25 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```