1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00
This commit is contained in:
Darien Raymond 2018-04-07 23:07:33 +02:00
commit 6f2d4c72cc
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

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