colaibu commited on
Commit
a4256da
·
verified ·
1 Parent(s): 8c430ca

Update ccaa.sh

Browse files
Files changed (1) hide show
  1. ccaa.sh +2 -2
ccaa.sh CHANGED
@@ -10,8 +10,8 @@ export PATH
10
  #CDN域名设置
11
  if [ $1 = 'cdn' ]
12
  then
13
- aria2_url='https://github.com/q3aql/aria2-static-builds/releases/download/v1.36.0/aria2-1.36.0-linux-gnu-64bit-build1.tar.bz2'
14
- filebrowser_url='https://github.com/filebrowser/filebrowser/releases/download/v2.32.0/linux-amd64-filebrowser.tar.gz'
15
  master_url='https://github.com/wfq1971/ccaa/archive/master.zip'
16
  ccaa_web_url='https://raw.githubusercontent.com/crazypeace/ccaa/refs/heads/master/ccaa_web'
17
  else
 
10
  #CDN域名设置
11
  if [ $1 = 'cdn' ]
12
  then
13
+ aria2_url='https://hf-mirror.com/colaibu/ccaa/resolve/main/aria2-1.36.0-linux-gnu-64bit-build1.tar.bz2'
14
+ filebrowser_url='https://hf-mirror.com/colaibu/ccaa/resolve/main/linux-amd64-filebrowser.tar.gz'
15
  master_url='https://github.com/wfq1971/ccaa/archive/master.zip'
16
  ccaa_web_url='https://raw.githubusercontent.com/crazypeace/ccaa/refs/heads/master/ccaa_web'
17
  else