We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86eb9f6 commit 2d45cffCopy full SHA for 2d45cff
.snapcraft/resources/preparemongo
@@ -2,8 +2,8 @@
2
3
if [[ $(uname -m) == "x86_64" ]]
4
then
5
- wget --backups=0 "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.7.tgz"
6
- 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
7
else
8
IFS=" " read -a links <<< $(apt-get -y --print-uris install mongodb | egrep -o "https?://[^']+")
9
for link in ${links[@]}
0 commit comments