File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export PATH
5
5
# =================================================
6
6
# System Required: CentOS/Debian/Ubuntu
7
7
# Description: ADbyby
8
- # Version: 1.0.0
8
+ # Version: 1.0.1
9
9
# Author: Toyo
10
10
# Blog: https://doub.io/adbyby-jc2/
11
11
# =================================================
@@ -46,10 +46,10 @@ check_pid(){
46
46
}
47
47
Download_adbyby (){
48
48
cd ${file}
49
- if [ ${bit} == " x86_64" ]; then
50
- wget -O " adbyby.tar.gz" " http ://update.adbyby .com/download /linux.64.tar.gz"
49
+ if [[ ${bit} == " x86_64" ] ]; then
50
+ wget --no-check-certificate - O " adbyby.tar.gz" " https ://raw.githubusercontent .com/adbyby/Files/master /linux.64.tar.gz"
51
51
else
52
- wget -O " adbyby.tar.gz" " http ://update.adbyby .com/download /linux.86.tar.gz"
52
+ wget --no-check-certificate - O " adbyby.tar.gz" " https ://raw.githubusercontent .com/adbyby/Files/master /linux.86.tar.gz"
53
53
fi
54
54
[[ ! -e " adbyby.tar.gz" ]] && echo -e " ${Error} ADbyby 下载失败 !" && exit 1
55
55
tar -xzf adbyby.tar.gz && rm -rf adbyby.tar.gz
You can’t perform that action at this time.
0 commit comments