mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
fix a typo
This commit is contained in:
parent
64859ff47b
commit
7cf654a943
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user