Fix rbenv install error
This commit is contained in:
parent
e5995887c0
commit
85918b2b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ ynh_package_install pkg-config libprotobuf-dev protobuf-compiler libicu-dev libi
|
|||
sudo su - $app <<RCOMMANDS
|
||||
cd $final_path/.rbenv && git pull && cd -
|
||||
cd $final_path/.rbenv/plugins/ruby-build && git pull && cd -
|
||||
$final_path/.rbenv/bin/rbenv install 2.4.2
|
||||
$final_path/.rbenv/bin/rbenv install 2.4.2 || true
|
||||
$final_path/.rbenv/versions/2.4.2/bin/ruby -v
|
||||
RCOMMANDS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue