Merge branch 'config' into localApps
This commit is contained in:
commit
1e59dfdb89
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
|
||||
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
|
||||
```
|
||||
|
|
|
|||
10
README.md
10
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue