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:
parent
4bd5bcdf0a
commit
6621d12571
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue