mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
Update upgrade
This commit is contained in:
parent
7260e303f9
commit
b98707f8f4
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ db_pwd=$(sudo yunohost app setting agendav mysqlpwd)
|
|||
db_name=agendav
|
||||
encryptkey=$(sudo yunohost app setting agendav encryptkey)
|
||||
|
||||
# Install dependencies
|
||||
sudo apt-get update
|
||||
sudo apt-get install php5-cli -y
|
||||
|
||||
# Clean up existing files and copy new files to the right place
|
||||
final_path=/var/www/agendav
|
||||
sudo rm -rf $final_path
|
||||
|
|
Loading…
Add table
Reference in a new issue