Update ccaa.sh
Browse files
ccaa.sh
CHANGED
|
@@ -10,8 +10,8 @@ export PATH
|
|
| 10 |
#CDN域名设置
|
| 11 |
if [ $1 = 'cdn' ]
|
| 12 |
then
|
| 13 |
-
aria2_url='https://
|
| 14 |
-
filebrowser_url='https://
|
| 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
|