Add requirement for Ubuntu >= 12.10 in bench.rb

This commit is contained in:
Bert Chang 2014-05-29 12:05:58 +08:00
parent ab20d0aa10
commit 7b402442f2
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def prereqs
puts "Be sure to following packages are installed:
sudo tasksel install postgresql-server
sudo apt-get -y install build-essential libssl-dev libyaml-dev git libtool libxslt-dev libxml2-dev libpq-dev gawk curl pngcrush python-software-properties
sudo apt-get -y install build-essential libssl-dev libyaml-dev git libtool libxslt-dev libxml2-dev libpq-dev gawk curl pngcrush python-software-properties software-properties-common
sudo apt-add-repository -y ppa:rwky/redis
sudo apt-get update