diff options
| author | yalh76 <yalh@yahoo.com> | 2020-02-26 19:32:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-26 19:32:42 +0100 |
| commit | 53aeae382eda1263d0ebf9a454bd1c3eeca8ddb1 (patch) | |
| tree | 4863f9656e46cbf77b2dcde17160fe3e477d77c8 /scripts/_common.sh | |
| parent | df1d3b83108d43e898b99e26adbeea32d8961b69 (diff) | |
| parent | 2b588c79f4c1a28f0ffe25781a68673abe69434c (diff) | |
| download | mastodon_ynh-53aeae382eda1263d0ebf9a454bd1c3eeca8ddb1.tar.gz mastodon_ynh-53aeae382eda1263d0ebf9a454bd1c3eeca8ddb1.tar.bz2 mastodon_ynh-53aeae382eda1263d0ebf9a454bd1c3eeca8ddb1.zip | |
Merge pull request #195 from YunoHost-Apps/testing
Apply example_ynh
Diffstat (limited to 'scripts/_common.sh')
| -rw-r--r-- | scripts/_common.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh index 904553d..029d4ff 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,8 +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 python-certbot-nginx 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 libgdbm3 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 libgdbm-dev redis-server redis-tools postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https" #================================================= # PERSONAL HELPERS |
