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

Add additional package for arm (#52)

* Add additional package for arm upgrade
This commit is contained in:
nemsia 2017-08-10 00:08:22 +02:00 committed by GitHub
parent bae764ac61
commit e471f128ce
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ ynh_package_install imagemagick libpq-dev libxml2-dev libxslt1-dev file curl apt
ynh_package_install redis-server redis-tools
# Install postgresql
ynh_package_install postgresql postgresql-contrib
ynh_package_install postgresql postgresql-contrib postgresql-server-dev-9.4
# Install Ruby
ynh_package_install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev

View file

@ -64,8 +64,8 @@ if [[ $node_version =~ ^v4.*$ ]]; then
sudo apt-get -y install nodejs
fi
# add additional package for release 1.4
ynh_package_install pkg-config libprotobuf-dev protobuf-compiler libicu-dev libidn11-dev
# add additional package for upgrade
ynh_package_install pkg-config libprotobuf-dev protobuf-compiler libicu-dev libidn11-dev postgresql-server-dev-9.4
# Apply Mastodon upgrade
sudo su - $app <<COMMANDS