diff options
| author | yalh76 <yalh@yahoo.com> | 2020-02-25 21:37:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-25 21:37:52 +0100 |
| commit | 2b588c79f4c1a28f0ffe25781a68673abe69434c (patch) | |
| tree | 4863f9656e46cbf77b2dcde17160fe3e477d77c8 /scripts/_common.sh | |
| parent | ea70a2cd4f17daecf49e2b414c0e95e4385cf1a6 (diff) | |
| parent | f00ae6d6b926cf80236d98617b579c176beb8dfe (diff) | |
| download | mastodon_ynh-2b588c79f4c1a28f0ffe25781a68673abe69434c.tar.gz mastodon_ynh-2b588c79f4c1a28f0ffe25781a68673abe69434c.tar.bz2 mastodon_ynh-2b588c79f4c1a28f0ffe25781a68673abe69434c.zip | |
Merge pull request #194 from YunoHost-Apps/example_ynh
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 |
