mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
correction bug
This commit is contained in:
parent
74b9cc9c9a
commit
2807584b55
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ 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 | bash; rvm autolibs read-fail ; rvm install 2.0 ;"
|
||||
sudo su - diaspora -c "PATH=$PATH:$final_path; . ~/.bashrc; gem install nokogiri -v '1.6.1'; gem install raindrops -v '0.13.0'"
|
||||
|
||||
# construct diaspora app
|
||||
|
|
Loading…
Reference in a new issue