1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

[fix] add additional package for release 1.4 #30

This commit is contained in:
magikcypress 2017-05-21 15:05:54 +02:00
parent e6a5b2bc5e
commit 13cad968d8
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A

View file

@ -41,7 +41,7 @@ ynh_app_setting_set $app language $language
sudo adduser $app --home /opt/$app --gecos "First Last,RoomNumber,WorkPhone,HomePhone" --disabled-password --disabled-login
# Install debian package
ynh_package_install imagemagick libpq-dev libxml2-dev libxslt1-dev file curl apt-transport-https
ynh_package_install imagemagick libpq-dev libxml2-dev libxslt1-dev file curl apt-transport-https pkg-config libprotobuf-dev protobuf-compiler
# Install redis package
ynh_package_install redis-server redis-tools