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

quiet install of php5-cli

This commit is contained in:
Julien Malik 2013-12-29 20:00:34 +01:00
parent 4bd5bcdf0a
commit 6621d12571

View file

@ -16,7 +16,7 @@ if [[ ! $? -eq 0 ]]; then
fi
# Install dependencies
sudo apt-get install php5-cli
sudo apt-get install php5-cli -y -qq
# Copy files to the right place
app_home_path=/home/yunohost.app/shaarli