Skip to content

Commit

Permalink
changed mongo version for snap from 3.2.7 to 3.4.20 (#14838)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuluGO authored and geekgonecrazy committed Jun 19, 2019
1 parent 86eb9f6 commit 2d45cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .snapcraft/resources/preparemongo
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

if [[ $(uname -m) == "x86_64" ]]
then
wget --backups=0 "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.7.tgz"
tar -zxf ./mongodb-linux-x86_64-ubuntu1604-3.2.7.tgz --strip-components=1
wget --backups=0 "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.20.tgz"
tar -zxf ./mongodb-linux-x86_64-3.4.20.tgz --strip-components=1
else
IFS=" " read -a links <<< $(apt-get -y --print-uris install mongodb | egrep -o "https?://[^']+")
for link in ${links[@]}
Expand Down

0 comments on commit 2d45cff

Please sign in to comment.