mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Update install
This commit is contained in:
parent
2fcfacdc2e
commit
2fb86da6fe
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ if [[ ! $? -eq 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Install dependencies
|
||||||
|
sudo apt-get install php5-cli
|
||||||
|
|
||||||
# Copy files to the right place
|
# Copy files to the right place
|
||||||
app_home_path=/home/yunohost.app/shaarli
|
app_home_path=/home/yunohost.app/shaarli
|
||||||
final_path=/var/www/shaarli
|
final_path=/var/www/shaarli
|
||||||
|
|
Loading…
Reference in a new issue