1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00

fix a typo

This commit is contained in:
Darien Raymond 2017-12-30 22:30:56 +01:00
parent 64859ff47b
commit 7cf654a943
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -92,7 +92,7 @@ sysArch(){
downloadV2Ray(){
rm -rf /tmp/v2ray
mkdir -p /tmp/v2ray
colorEcho ${BLUE} "Donwloading V2Ray."
colorEcho ${BLUE} "Downloading V2Ray."
DOWNLOAD_LINK="https://github.com/v2ray/v2ray-core/releases/download/${NEW_VER}/v2ray-linux-${VDIS}.zip"
curl ${PROXY} -L -H "Cache-Control: no-cache" -o ${ZIPFILE} ${DOWNLOAD_LINK}
if [ $? != 0 ];then