forked from p34709852/monkey
use mongo4 with ubuntu18
This commit is contained in:
parent
11f0363e49
commit
1274fe053a
|
@ -14,7 +14,7 @@ then
|
||||||
elif [[ $os_version_monkey == "Ubuntu 18.04"* ]] ;
|
elif [[ $os_version_monkey == "Ubuntu 18.04"* ]] ;
|
||||||
then
|
then
|
||||||
echo Detected Ubuntu 18.04
|
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"* ]] ;
|
elif [[ $os_version_monkey == "Debian GNU/Linux 8"* ]] ;
|
||||||
then
|
then
|
||||||
echo Detected Debian 8
|
echo Detected Debian 8
|
||||||
|
|
Loading…
Reference in New Issue