aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-03-20 00:01:42 +0100
committeryalh76 <yalh@yahoo.com>2019-03-20 00:01:42 +0100
commit268b3df87be6d55eef68e0ba93dc228c92f947e3 (patch)
tree7a1ef99e34b539d206a381b6eb96ae7e5608f803
parentf3e9605dae3798ceafe42c513caf567ae8988b15 (diff)
downloadmastodon_ynh-268b3df87be6d55eef68e0ba93dc228c92f947e3.tar.gz
mastodon_ynh-268b3df87be6d55eef68e0ba93dc228c92f947e3.tar.bz2
mastodon_ynh-268b3df87be6d55eef68e0ba93dc228c92f947e3.zip
remove nodejs dependency
-rw-r--r--scripts/_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh
index 7d1665e..c8dd739 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 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"
+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"
#=================================================
# PERSONAL HELPERS