1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-07-26 11:44:22 -04:00

Merge pull request #1024 from Yaspee/master

Update install-release.sh
This commit is contained in:
DarienRaymond 2018-04-07 21:54:16 +02:00 committed by GitHub
commit 8dd67e0e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ installSoftware(){
# return 1: not apt or yum
getPMT(){
if [ -n `command -v apt-get` ];then
if [[ -n `command -v apt-get` ]];then
CMD_INSTALL="apt-get -y -qq install"
CMD_UPDATE="apt-get -qq update"
elif [[ -n `command -v yum` ]]; then