chore(update_local_appstore): add multiple new mirror site support
- add gitlab mirror site (gitlab.com/pooneyy1/1panel-appstore.git) - add gitlink mirror site (gitlink.org.cn/pooneyy/1Panel-Appstore.git)
This commit is contained in:
parent
84d3acf0e5
commit
b0801f3383
|
|
@ -185,6 +185,8 @@ declare -A mirror_sites=(
|
|||
[codeberg]='https://codeberg.org/pooneyy/1Panel-Appstore.git'
|
||||
[forgejo]='https://code.forgejo.org/pooneyy/1Panel-Appstore.git'
|
||||
[gitea]='https://gitea.com/pooneyy/1Panel-Appstore.git'
|
||||
[gitlab]='https://gitlab.com/pooneyy1/1panel-appstore.git'
|
||||
[gitlink]='https://gitlink.org.cn/pooneyy/1Panel-Appstore.git'
|
||||
)
|
||||
mirror_names=("${!mirror_sites[@]}")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue