mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
Update install-release.sh
This commit is contained in:
parent
deb7dab8f3
commit
f7ec32d70f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user