mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
[enh] say yes to apt-get
headless install on "clean" server got blocked https://moonlight.nohost.me/jenkins/job/yunotest/46/testReport/apps_tests/z-push/attachments/install.txt
This commit is contained in:
parent
44af11c382
commit
2569914d28
1 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@ exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Prereqs
|
# Prereqs
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
# Copy files to the right place
|
# Copy files to the right place
|
||||||
final_path=/var/www/z-push
|
final_path=/var/www/z-push
|
||||||
|
|
Loading…
Add table
Reference in a new issue