1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Fix mongodb repo key

This commit is contained in:
Selamanse 2017-08-18 00:44:01 +02:00
parent 8a29dc8bf2
commit f4e1fcf0f7

View file

@ -55,7 +55,7 @@ ynh_app_setting_set $app path $path
ynh_app_setting_set $app is_public $is_public
#Install dependencies
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 >/dev/null
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6
echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.4 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list
sudo apt-get update
sudo apt-get install -y mongodb-org gzip curl graphicsmagick npm