Update InstallNET.sh

This commit is contained in:
Molly Lau 2021-03-17 19:34:10 +09:00 committed by GitHub
parent 4ac68c642c
commit a1eb43250f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -332,7 +332,7 @@ if [[ "$SpikCheckDIST" == '0' ]]; then
fi
[[ "$ddMode" == '1' ]] && {
export SSL_SUPPORT='https://github.com/MoeClub/MoeClub.github.io/raw/master/lib/wget_udeb_amd64.tar.gz';
export SSL_SUPPORT='https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/wget_udeb_amd64.tar.gz';
if [[ -n "$tmpURL" ]]; then
DDURL="$tmpURL"
echo "$DDURL" |grep -q '^http://\|^ftp://\|^https://';