Skip to content

Commit

Permalink
Added juju in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flavianmissi committed Jan 26, 2012
1 parent 17fb471 commit 9e7bfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/install
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ read -p "Enter the password you want to use for root postgresql user: " POSTGRES
echo "Installing dependencies"
if [[ $PLATFORM == 'Linux' ]]; then
sudo apt-get update
sudo apt-get -qqy install coreutils autoconf libtool curl git-core ruby bison build-essential zlib1g-dev libssl-dev libreadline5
sudo apt-get -qqy install coreutils autoconf libtool curl git-core ruby bison build-essential zlib1g-dev libssl-dev libreadline5 juju
else
echo "Sorry, we can't install dependencies for your system yet."
fi
Expand Down

0 comments on commit 9e7bfa3

Please sign in to comment.