1
0
Fork 0
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:
Développeur égaré 2015-02-18 14:08:36 +01:00
parent 8e8aaed740
commit 96bac83e14

View file

@ -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