mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
No need to reinstall deps
This commit is contained in:
parent
8570567b5a
commit
b6bc5638d7
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ basicauthcreate=$(ynh_app_setting_get $app basicauthcreate)
|
||||||
#sudo apt-get install php5-gd php5-sqlite php5-json php5-intl -y
|
#sudo apt-get install php5-gd php5-sqlite php5-json php5-intl -y
|
||||||
|
|
||||||
# Install dependencies using Helpers
|
# Install dependencies using Helpers
|
||||||
ynh_package_install_from_equivs ../conf/cops-deps.control \
|
#ynh_package_install_from_equivs ../conf/cops-deps.control \
|
||||||
|| ynh_die "Unable to install dependencies"
|
#|| ynh_die "Unable to install dependencies"
|
||||||
|
|
||||||
# Restore sources & data
|
# Restore sources & data
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
|
|
Loading…
Reference in a new issue