diff options
| author | yalh76 <yalh@yahoo.com> | 2019-03-20 00:01:42 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-03-20 00:01:42 +0100 |
| commit | 268b3df87be6d55eef68e0ba93dc228c92f947e3 (patch) | |
| tree | 7a1ef99e34b539d206a381b6eb96ae7e5608f803 | |
| parent | f3e9605dae3798ceafe42c513caf567ae8988b15 (diff) | |
| download | mastodon_ynh-268b3df87be6d55eef68e0ba93dc228c92f947e3.tar.gz mastodon_ynh-268b3df87be6d55eef68e0ba93dc228c92f947e3.tar.bz2 mastodon_ynh-268b3df87be6d55eef68e0ba93dc228c92f947e3.zip | |
remove nodejs dependency
| -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 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 |
