use mongo4 with ubuntu18

This commit is contained in:
itay 2019-04-15 19:22:31 +03:00
parent 11f0363e49
commit 1274fe053a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ then
elif [[ $os_version_monkey == "Ubuntu 18.04"* ]] ;
then
echo Detected Ubuntu 18.04
export tgz_url="https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-3.6.12.tgz"
export tgz_url="https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.0.8.tgz"
elif [[ $os_version_monkey == "Debian GNU/Linux 8"* ]] ;
then
echo Detected Debian 8