Skip to content

Commit

Permalink
Merge pull request 91yun#10 from hsiwenchen/patch-2
Browse files Browse the repository at this point in the history
Update test.sh
  • Loading branch information
91yun authored Apr 13, 2018
2 parents 64c9269 + 3daf339 commit f8bfeeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ bt="benchtest"
if [[ $_included_benchmarks == *$bt* ]]
then
apt-get >/dev/null 2>&1
[ $? -le '1' ] && ( apt-get update | apt-get -y install curl mtr-tiny virt-what python perl automake autoconf time make gcc gdb )
[ $? -le '1' ] && ( apt-get update | apt-get -y install curl mtr-tiny virt-what python python-pip perl automake autoconf time make gcc gdb )
yum >/dev/null 2>&1
[ $? -le '1' ] && yum -y install which epel-release sed curl mtr virt-what python python-pip make gcc gcc-c++ gdbautomake autoconf time perl-Time-HiRes perl
else
apt-get >/dev/null 2>&1
[ $? -le '1' ] && ( apt-get update | apt-get -y install curl mtr-tiny virt-what python )
[ $? -le '1' ] && ( apt-get update | apt-get -y install curl mtr-tiny virt-what python python-pip )
yum >/dev/null 2>&1
[ $? -le '1' ] && yum -y install which epel-release sed curl mtr virt-what python python-pip
fi
Expand Down

0 comments on commit f8bfeeb

Please sign in to comment.