diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-19 23:11:01 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-19 23:11:01 +0100 |
| commit | 2f3a368e811d520f64f02bdd33bc05bc5642012f (patch) | |
| tree | e102fd1f4dd99d8bdc30704513144758b511ad3a /scripts/_common.sh | |
| parent | 149191b44940c2807eefdd5c7af4df2bf0f8884c (diff) | |
| download | mastodon_ynh-2f3a368e811d520f64f02bdd33bc05bc5642012f.tar.gz mastodon_ynh-2f3a368e811d520f64f02bdd33bc05bc5642012f.tar.bz2 mastodon_ynh-2f3a368e811d520f64f02bdd33bc05bc5642012f.zip | |
move dependencies to _common.sh
Diffstat (limited to 'scripts/_common.sh')
| -rw-r--r-- | scripts/_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh index 8077956..7d1665e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="deb1 deb2" +pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core g++ libprotobuf-dev protobuf-compiler pkg-config nodejs gcc autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm5 libgdbm-dev nginx redis-server redis-tools postgresql postgresql-contrib certbot yarn libidn11-dev libicu-dev libjemalloc-dev" #================================================= # PERSONAL HELPERS |
