aboutsummaryrefslogtreecommitdiff
path: root/scripts/_common.sh
diff options
context:
space:
mode:
authorTagada <36127788+Tagadda@users.noreply.github.com>2022-01-04 15:32:36 +0100
committerTagada <36127788+Tagadda@users.noreply.github.com>2022-01-04 20:15:28 +0100
commit775f9984e83e3b8f368ba7e00255ac249ca2fa43 (patch)
tree2ae5a021590c63be20a8ce41d7faab9a92107545 /scripts/_common.sh
parent38414a4cc0e7a6a2ee9cd8f92855d5404db44ec6 (diff)
downloadmastodon_ynh-775f9984e83e3b8f368ba7e00255ac249ca2fa43.tar.gz
mastodon_ynh-775f9984e83e3b8f368ba7e00255ac249ca2fa43.tar.bz2
mastodon_ynh-775f9984e83e3b8f368ba7e00255ac249ca2fa43.zip
fix install
Diffstat (limited to 'scripts/_common.sh')
-rw-r--r--scripts/_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh
index 4b87d9b..c861376 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 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 redis-tools redis-server postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https"
MEMORY_NEEDED="2560"