mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Update install
This commit is contained in:
parent
f68fb1a2ef
commit
25a9339c6e
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ chown -R "$app": "$final_path"
|
||||||
(
|
(
|
||||||
cd "$final_path/live"
|
cd "$final_path/live"
|
||||||
su mastodon <<INSTALL
|
su mastodon <<INSTALL
|
||||||
$final_path/.rbenv/versions/2.5.3/bin/gem install bundler --no-ri --no-rdoc
|
$final_path/.rbenv/versions/2.5.3/bin/gem install bundler:1.16.6 --no-ri --no-rdoc
|
||||||
$final_path/live/bin/bundle install \
|
$final_path/live/bin/bundle install \
|
||||||
-j$(getconf _NPROCESSORS_ONLN) \
|
-j$(getconf _NPROCESSORS_ONLN) \
|
||||||
--deployment --without development test
|
--deployment --without development test
|
||||||
|
|
Loading…
Reference in a new issue