aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2020-03-20 12:54:11 +0100
committerGitHub <noreply@github.com>2020-03-20 12:54:11 +0100
commit69a8e01cef936064cd38691f6811e571d352df07 (patch)
treed2e7b1cd143146d2a729f4ce5e225a5e1013f00d
parent2902d4120ef24cde642330eb3c7ff22b516c0b96 (diff)
parent0dcaee89832095688bd11d32bf4ab577f2083f25 (diff)
downloadmastodon_ynh-69a8e01cef936064cd38691f6811e571d352df07.tar.gz
mastodon_ynh-69a8e01cef936064cd38691f6811e571d352df07.tar.bz2
mastodon_ynh-69a8e01cef936064cd38691f6811e571d352df07.zip
Merge pull request #200 from YunoHost-Apps/buster
Buster
-rw-r--r--check_process4
-rw-r--r--scripts/_common.sh2
2 files changed, 1 insertions, 5 deletions
diff --git a/check_process b/check_process
index 77b69b0..66a0890 100644
--- a/check_process
+++ b/check_process
@@ -12,10 +12,6 @@
setup_private=0
setup_public=1
upgrade=1
- # 3.0.1
- upgrade=1 from_commit=168573d3d7dcc4306691f21d5b64819d1f6dd38c
- # 3.1.1
- upgrade=1 from_commit=53aeae382eda1263d0ebf9a454bd1c3eeca8ddb1
backup_restore=1
multi_instance=1
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
diff --git a/scripts/_common.sh b/scripts/_common.sh
index 029d4ff..015c1e9 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 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|libgdbm6 libgdbm-dev redis-server redis-tools postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https"
#=================================================
# PERSONAL HELPERS