1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
This commit is contained in:
Alexandre Aubin 2018-02-24 16:59:03 +01:00 committed by GitHub
parent d558705cfb
commit 751413f4fa

View file

@ -53,7 +53,7 @@ if ynh_version_gt "0.54-2" "${version}" ; then
fi
if ynh_version_gt "0.54-3" "${version}" ; then
apt-key del EA312927
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 -
fi
if ynh_version_gt "0.63-1" "${version}" ; then
ynh_install_nodejs 4.8.7