Update Readme
This commit is contained in:
parent
8287abab45
commit
29ed7692ae
10
README-en.md
10
README-en.md
|
|
@ -53,7 +53,15 @@ In the `Shell Script` task type in the `1Panel` scheduled tasks, add and execute
|
||||||
```shell
|
```shell
|
||||||
curl -sSL https://raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash
|
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
|
```shell
|
||||||
curl -sSL https://gh-proxy.com/raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash
|
curl -sSL https://gh-proxy.com/raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash
|
||||||
```
|
```
|
||||||
|
|
|
||||||
10
README.md
10
README.md
|
|
@ -52,7 +52,15 @@
|
||||||
```shell
|
```shell
|
||||||
curl -sSL https://raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash
|
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
|
```shell
|
||||||
curl -sSL https://gh-proxy.com/raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash
|
curl -sSL https://gh-proxy.com/raw.githubusercontent.com/pooneyy/1Panel-Appstore/refs/heads/script/update_local_appstore.sh | bash
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue