mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
rvm 2.1
This commit is contained in:
parent
e854de4419
commit
d9e515e7bd
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ DIASPORASUDOERSCONF="diaspora ALL=(ALL:ALL) NOPASSWD: ALL #yunhost_diaspora"
|
|||
sudo cat /etc/sudoers | grep yunhost_diaspora -q
|
||||
if [ $? != 0 ] ; then sudo su -c "echo '$DIASPORASUDOERSCONF' >>/etc/sudoers" ; fi
|
||||
|
||||
sudo su - diaspora -c "rvm install 2.0"
|
||||
sudo su - diaspora -c "rvm install 2.1"
|
||||
|
||||
#rm user from sudoers
|
||||
sudo cat /etc/sudoers | grep yunhost_diaspora -q
|
||||
|
|
Loading…
Reference in a new issue