aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-03-20 03:32:05 +0100
committeryalh76 <yalh@yahoo.com>2019-03-20 03:32:05 +0100
commit157889c14388ca89cdfd190bd8479b3dd4a07b1e (patch)
tree2fb705a30a420f8cc4a1df01627c16e760006272
parentf3f4efec783c2eaa439508bcaa63e960bc21bdd3 (diff)
downloadmastodon_ynh-157889c14388ca89cdfd190bd8479b3dd4a07b1e.tar.gz
mastodon_ynh-157889c14388ca89cdfd190bd8479b3dd4a07b1e.tar.bz2
mastodon_ynh-157889c14388ca89cdfd190bd8479b3dd4a07b1e.zip
Update _common.sh
-rw-r--r--scripts/_common.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh
index c8dd739..d0c5b58 100644
--- a/scripts/_common.sh
+++ b/scripts/_common.sh
@@ -5,7 +5,8 @@
#=================================================
# 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 libgdbm5 libgdbm-dev nginx redis-server redis-tools postgresql postgresql-contrib certbot yarn libidn11-dev libicu-dev libjemalloc-dev"
+#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 libgdbm5 libgdbm-dev nginx redis-server redis-tools postgresql postgresql-contrib certbot yarn libidn11-dev libicu-dev libjemalloc-dev"
+pkg_dependencies="imagemagick libpq-dev libxml2-dev libxslt1-dev file curl apt-transport-https pkg-config libprotobuf-dev protobuf-compiler libicu-dev libidn11-dev redis-server redis-tools postgresql autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev ffmpeg yarn"
#=================================================
# PERSONAL HELPERS