1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00

Merge pull request #4 from Kloadut/master

Add php bin dependency
This commit is contained in:
Julien Malik 2013-12-29 10:58:30 -08:00
commit 4bd5bcdf0a

View file

@ -15,6 +15,9 @@ if [[ ! $? -eq 0 ]]; then
exit 1
fi
# Install dependencies
sudo apt-get install php5-cli
# Copy files to the right place
app_home_path=/home/yunohost.app/shaarli
final_path=/var/www/shaarli