diff options
| author | ericgaspar <junk.eg@free.fr> | 2021-12-07 22:46:49 +0100 |
|---|---|---|
| committer | ericgaspar <junk.eg@free.fr> | 2021-12-07 22:46:49 +0100 |
| commit | 06731a7ae9633399c45eaaa6085ed242603fdbd8 (patch) | |
| tree | eb8289fb7bd093ae5dc39a65f7bd06740b444809 /scripts | |
| parent | 881197fc583749e341311e28c024c50e21cb2031 (diff) | |
| download | mastodon_ynh-06731a7ae9633399c45eaaa6085ed242603fdbd8.tar.gz mastodon_ynh-06731a7ae9633399c45eaaa6085ed242603fdbd8.tar.bz2 mastodon_ynh-06731a7ae9633399c45eaaa6085ed242603fdbd8.zip | |
3.4.4
Diffstat (limited to 'scripts')
| -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 b6f4796..4b87d9b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core g++ libprotobuf-dev protobuf-compiler pkg-config gcc autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3|libgdbm6 libgdbm-dev redis-server redis-tools postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https" +pkg_dependencies="imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git-core g++ libprotobuf-dev protobuf-compiler pkg-config gcc autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3|libgdbm6 libgdbm-dev postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https" MEMORY_NEEDED="2560" |
