Update download url
This commit is contained in:
parent
b4f7aec281
commit
d0925a106f
|
|
@ -103,7 +103,7 @@ function download_files(){
|
|||
if [ -f shadowsocks-libev.zip ];then
|
||||
echo "shadowsocks-libev.zip [found]"
|
||||
else
|
||||
if ! wget --no-check-certificate https://github.com/madeye/shadowsocks-libev/archive/master.zip -O shadowsocks-libev.zip;then
|
||||
if ! wget --no-check-certificate https://github.com/shadowsocks/shadowsocks-libev/archive/master.zip -O shadowsocks-libev.zip;then
|
||||
echo "Failed to download shadowsocks-libev.zip"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user