Skip to content

Commit

Permalink
ignore apt update errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzoller committed Mar 8, 2016
1 parent 901b9f3 commit 1284dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb.sh
Expand Up @@ -9,6 +9,6 @@ fi

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
sudo apt-get update
sudo apt-get update || true
sudo apt-get install $MONGO_PACKAGE

0 comments on commit 1284dfb

Please sign in to comment.