mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Fix until helper is working
This commit is contained in:
parent
7b5af6c82f
commit
4d1b4b24a3
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ final_nginxconf=$(ynh_app_setting_get $app final_nginxconf)
|
||||||
final_phpconf=$(ynh_app_setting_get $app final_phpconf)
|
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
|
||||||
|
|
||||||
# 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