mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Missing -y in apt-get install
This commit is contained in:
parent
f9e400fa96
commit
f589eb8daf
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ final_phpconf=$(ynh_app_setting_get $app final_phpconf)
|
||||||
|
|
||||||
# Prereqs
|
# Prereqs
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install php-soap php5-imap libawl-php php5-xsl
|
sudo apt-get install php-soap php5-imap libawl-php php5-xsl -y
|
||||||
|
|
||||||
# Install dependencies using Helpers
|
# Install dependencies using Helpers
|
||||||
#ynh_package_install_from_equivs ../conf/z-push-deps.control \
|
#ynh_package_install_from_equivs ../conf/z-push-deps.control \
|
||||||
|
|
Loading…
Add table
Reference in a new issue