mirror of https://github.com/v2ray/v2ray-core
				
				
				
			fix a typo
							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