mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Typo
This commit is contained in:
parent
751413f4fa
commit
94c271a7b9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ ynh_system_user_create $app "$final_path"
|
|||
ynh_install_nodejs 4.8.7
|
||||
|
||||
# Install mongodb
|
||||
wget https://www.mongodb.org/static/pgp/server-3.2.asc -o - | apt-key add -
|
||||
wget https://www.mongodb.org/static/pgp/server-3.2.asc -O - | apt-key add -
|
||||
echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" > /etc/apt/sources.list.d/mongodb-org-3.2.list
|
||||
|
||||
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