mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
No need to reinstall apps
This commit is contained in:
parent
7e8afac8ff
commit
646133fd4a
1 changed files with 3 additions and 4 deletions
|
@ -17,11 +17,10 @@ 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 \
|
||||||
|| ynh_die "Unable to install dependencies"
|
#|| ynh_die "Unable to install dependencies"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Restore sources, data and permissions
|
# Restore sources, data and permissions
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue