mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
commit
4bd5bcdf0a
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…
Add table
Reference in a new issue