mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
rvm probleme
This commit is contained in:
parent
8e8aaed740
commit
96bac83e14
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@ sudo chown -R diaspora:diaspora $final_path
|
|||
sudo su - diaspora -c "echo '. ~/.rvm/scripts/rvm' >> ~/.bashrc"
|
||||
|
||||
# Config RVM and force get app deps (for debug)
|
||||
sudo su - diaspora -c "PATH=$PATH:$final_path; curl -sSL https://rvm.io/mpapis.asc | gpg --import - ; curl -L dspr.tk/1t; rvm autolibs read-fail ; rvm install 2.0 ;"
|
||||
sudo su - diaspora -c "PATH=$PATH:$final_path; curl -sSL https://rvm.io/mpapis.asc | gpg --import - ; curl -L dspr.tk/1t;"
|
||||
sudo su - diaspora -c "PATH=$PATH:$final_path; rvm autolibs read-fail ; rvm install 2.0 ;"
|
||||
sudo su - diaspora -c "PATH=$PATH:$final_path; gem install nokogiri -v '1.6.1'; gem install raindrops -v '0.13.0'"
|
||||
|
||||
# construct diaspora app
|
||||
|
|
Loading…
Reference in a new issue