Skip to content

Commit

Permalink
Merge pull request #1024 from Yaspee/master
Browse files Browse the repository at this point in the history
Update install-release.sh
  • Loading branch information
DarienRaymond committed Apr 7, 2018
2 parents deb7dab + f7ec32d commit 8dd67e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/install-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dd67e0

Please sign in to comment.