From 7cf654a943220554fc0b4c13e7e1e48f82e5a60f Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sat, 30 Dec 2017 22:30:56 +0100 Subject: [PATCH] fix a typo --- release/install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/install-release.sh b/release/install-release.sh index 87bcf68b..0c0c71f4 100755 --- a/release/install-release.sh +++ b/release/install-release.sh @@ -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