1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

fixing version for Jessier and stretch

This commit is contained in:
yalh76 2020-08-09 10:39:43 +02:00
parent aa87c94ae0
commit 39fb4fe405

View file

@ -7,14 +7,18 @@
# 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.6"
BUNDLER_VERSION="1.17.3"
NODEJS_VERSION="12"
MEMORY_NEEDED="2560"
if [ "$(lsb_release --codename --short)" = "buster" ]; then
RUBY_VERSION="2.6.6"
BUNDLER_VERSION="1.17.3"
NODEJS_VERSION="12"
else
RUBY_VERSION="2.6.5"
BUNDLER_VERSION="1.17.3"
NODEJS_VERSION="10"
fi
#=================================================
# PERSONAL HELPERS
#=================================================