Update InstallNET.sh

This commit is contained in:
Molly Lau 2018-10-10 15:23:54 +08:00 committed by GitHub
parent 9b5f38e53d
commit 65218bfcdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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