Darien Raymond 7 år sedan
förälder
incheckning
7cf654a943
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      release/install-release.sh

+ 1 - 1
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