Skip to content

Commit

Permalink
add-apt requires python-software-properties, add-apt takes a repo as …
Browse files Browse the repository at this point in the history
…argument
  • Loading branch information
portertech committed Jan 29, 2011
1 parent 249896a commit 71dddc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ release_src=https://github.com/downloads/Graylog2
graylog2_server=graylog2-server-0.9.4p1.tar.gz
graylog2_web_interface=graylog2-web-interface-0.9.4p2.tar.gz

sudo add-apt-repository deb http://downloads.mongodb.org/distros/ubuntu 10.4 10gen
sudo apt-get install python-software-properties
sudo add-apt-repository 'deb http://downloads.mongodb.org/distros/ubuntu 10.4 10gen'
apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
sudo apt-get update

Expand Down

0 comments on commit 71dddc3

Please sign in to comment.