aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/_common.sh2
-rw-r--r--scripts/install4
-rw-r--r--scripts/restore4
3 files changed, 5 insertions, 5 deletions
diff --git a/scripts/_common.sh b/scripts/_common.sh
index 4b87d9b..c861376 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|libgdbm6 libgdbm-dev 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-tools redis-server postgresql postgresql-contrib libidn11-dev libicu-dev libjemalloc-dev curl apt-transport-https"
MEMORY_NEEDED="2560"
diff --git a/scripts/install b/scripts/install
index f2ae407..748fcb1 100644
--- a/scripts/install
+++ b/scripts/install
@@ -149,8 +149,8 @@ ynh_script_progression --message="Installing Ruby..."
pushd "$final_path/live"
ynh_use_ruby
- ynh_exec_warn_less ynh_gem update --system
- ynh_exec_warn_less ynh_gem install bundler --no-document
+ ynh_gem update --system
+ ynh_gem install bundler --no-document
popd
#=================================================
diff --git a/scripts/restore b/scripts/restore
index a80637c..aacb7f0 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -113,8 +113,8 @@ ynh_script_progression --message="Installing Ruby..."
pushd "$final_path/live"
ynh_use_ruby
- ynh_exec_warn_less ynh_gem update --system
- ynh_exec_warn_less ynh_gem install bundler --no-document
+ ynh_gem update --system
+ ynh_gem install bundler --no-document
popd
#=================================================