1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

Update install-release.sh

This commit is contained in:
sunshineplan 2018-04-12 14:18:40 +08:00 committed by GitHub
parent 3f1bb73e2a
commit 58794ddcb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,6 @@ installSoftware(){
colorEcho ${RED} "Install ${COMPONENT} fail, please install it manually."
return 2
fi
return 0
}
# return 1: not apt or yum
@ -139,7 +138,6 @@ getPMT(){
else
return 1
fi
return 0
}
@ -151,7 +149,6 @@ extract(){
colorEcho ${RED} "Extracting V2Ray failed!"
return 2
fi
return 0
}
@ -246,7 +243,6 @@ installV2Ray(){
colorEcho ${GREEN} "UUID:${UUID}"
mkdir -p /var/log/v2ray
fi
return 0
}