mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
[Fix] More recent version of Mongod and use of a debian repos.
This commit is contained in:
parent
0a1d744f61
commit
b1fc439f96
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ ynh_app_setting_set $app port $port
|
||||||
ynh_install_nodejs 4.8.4
|
ynh_install_nodejs 4.8.4
|
||||||
|
|
||||||
# Install mongodb
|
# Install mongodb
|
||||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
|
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
|
||||||
echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" > /etc/apt/sources.list.d/mongodb-org-3.2.list
|
echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.6 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list
|
||||||
|
|
||||||
ynh_install_app_dependencies "mongodb-org mongodb-org-server mongodb-org-shell mongodb-org-mongos mongodb-org-tools"
|
ynh_install_app_dependencies "mongodb-org mongodb-org-server mongodb-org-shell mongodb-org-mongos mongodb-org-tools"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue