1
0
Fork 0
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:
Alexis Gavoty 2014-06-02 11:01:47 +02:00
parent 7260e303f9
commit b98707f8f4

View file

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