Add requirement for Ubuntu >= 12.10 in bench.rb
This commit is contained in:
parent
ab20d0aa10
commit
7b402442f2
|
@ -63,7 +63,7 @@ def prereqs
|
||||||
puts "Be sure to following packages are installed:
|
puts "Be sure to following packages are installed:
|
||||||
|
|
||||||
sudo tasksel install postgresql-server
|
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-add-repository -y ppa:rwky/redis
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
Loading…
Reference in New Issue