mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Update upgrade
This commit is contained in:
parent
34463ecd85
commit
6f832d47b3
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ final_path=$(sudo yunohost app setting diaspora final_path)
|
|||
sudo service diaspora_ynh stop
|
||||
sleep 3
|
||||
|
||||
sudo cp ../conf/diaspora_ynh /etc/init.d/diaspora_ynh
|
||||
sudo chmod 754 /etc/init.d/diaspora_ynh
|
||||
|
||||
sudo su - diaspora -c "rvm get stable"
|
||||
sudo su - diaspora -c "git checkout Gemfile.lock db/schema.rb ; git pull"
|
||||
sudo su - diaspora -c "bundle"
|
||||
|
|
Loading…
Reference in a new issue