mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Update ynh_install_ruby__2
This commit is contained in:
parent
2c6c2c02a1
commit
b01227d326
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ export RBENV_ROOT="$rbenv_install_dir"
|
|||
#
|
||||
# usage: ynh_use_ruby
|
||||
#
|
||||
# Requires YunoHost version 2.7.12 or higher.
|
||||
# Requires YunoHost version 3.2.2 or higher.
|
||||
ynh_use_ruby () {
|
||||
ruby_version=$(ynh_app_setting_get --app=$app --key=ruby_version)
|
||||
|
||||
|
@ -95,7 +95,7 @@ ynh_use_ruby () {
|
|||
# usage: ynh_install_ruby --ruby_version=ruby_version
|
||||
# | arg: -v, --ruby_version= - Version of ruby to install.
|
||||
#
|
||||
# Requires YunoHost version 2.7.12 or higher.
|
||||
# Requires YunoHost version 3.2.2 or higher.
|
||||
ynh_install_ruby () {
|
||||
# Declare an array to define the options of this helper.
|
||||
local legacy_args=v
|
||||
|
|
Loading…
Reference in a new issue