diff --git a/README-en.md b/README-en.md index 64f3e4199..777ef70f1 100644 --- a/README-en.md +++ b/README-en.md @@ -53,7 +53,15 @@ In the `Shell Script` task type in the `1Panel` scheduled tasks, add and execute ```shell curl -sSL https://raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash ``` -OR +jsdelivr +```shell +curl -sSL https://fastly.jsdelivr.net/gh/pooneyy/1Panel-Appstore@script/update_local_appstore.sh | bash +``` +JSDMirror(Tencent EdgeOne) +```shell +curl -sSL https://cdn.jsdmirror.com/gh/pooneyy/1Panel-Appstore@script/update_local_appstore.sh | bash +``` +gh-proxy.com(Cloudflare) ```shell curl -sSL https://gh-proxy.com/raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash ``` diff --git a/README.md b/README.md index 98b4dc578..8d7782ea4 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,15 @@ ```shell curl -sSL https://raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash ``` -或者 +jsdelivr +```shell +curl -sSL https://fastly.jsdelivr.net/gh/pooneyy/1Panel-Appstore@script/update_local_appstore.sh | bash +``` +JSDMirror(Tencent EdgeOne) +```shell +curl -sSL https://cdn.jsdmirror.com/gh/pooneyy/1Panel-Appstore@script/update_local_appstore.sh | bash +``` +gh-proxy.com(Cloudflare) ```shell curl -sSL https://gh-proxy.com/raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash ```