diff options
| author | yalh76 <yalh@yahoo.com> | 2020-06-03 20:46:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-03 20:46:14 +0200 |
| commit | df0587009fbad43a6e083da2883707f421d7a36e (patch) | |
| tree | b93e9ffb74da537fc74a0a35541cfab943dd8d3d /scripts/_common.sh | |
| parent | ee08de04d42a5e9831f500242bd99d4cb63fbd19 (diff) | |
| parent | 8fea96dcd81f40923ba2f599c3b7ab838429f2de (diff) | |
| download | mastodon_ynh-df0587009fbad43a6e083da2883707f421d7a36e.tar.gz mastodon_ynh-df0587009fbad43a6e083da2883707f421d7a36e.tar.bz2 mastodon_ynh-df0587009fbad43a6e083da2883707f421d7a36e.zip | |
Merge pull request #224 from YunoHost-Apps/cleaning
Cleaning
Diffstat (limited to 'scripts/_common.sh')
| -rw-r--r-- | scripts/_common.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh index 015c1e9..2cf8424 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,6 +7,14 @@ # 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|libgdbm6 libgdbm-dev redis-server redis-tools postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https" +RUBY_VERSION="2.6.5" + +BUNDLER_VERSION="1.17.3" + +NODEJS_VERSION="10" + +MEMORY_NEEDED="2560" + #================================================= # PERSONAL HELPERS #================================================= |
