mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #12313 from gtmanfred/rvm
Follow redirects for rvm installer
This commit is contained in:
commit
b4cbe18093
@ -79,7 +79,7 @@ def install(runas=None):
|
||||
ret = __salt__['cmd.run_all'](
|
||||
# the RVM installer automatically does a multi-user install when it is
|
||||
# invoked with root privileges
|
||||
'curl -s {installer} | bash -s stable'.format(installer=installer),
|
||||
'curl -Ls {installer} | bash -s stable'.format(installer=installer),
|
||||
runas=runas
|
||||
)
|
||||
if ret['retcode'] > 0:
|
||||
|
Loading…
Reference in New Issue
Block a user