1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cops_ynh.git synced 2024-09-03 18:25:57 +02:00
This commit is contained in:
polytan02 2016-12-23 14:32:57 +00:00
parent 70a2a1ce0c
commit 7b397e67ea

View file

@ -29,10 +29,6 @@ finalphpconf=$(ynh_app_setting_get $app finalphpconf)
runninguser=$(ynh_app_setting_get $app runninguser)
basicauthcreate=$(ynh_app_setting_get $app basicauthcreate)
# Check domain/path availability
#sudo yunohost app checkurl "${domain}${path}" -a "$app" \
# || ynh_die "Path not available: ${domain}${path}"
# We install dependencies
sudo apt-get update -y
sudo apt-get install php5-gd php5-sqlite php5-json php5-intl -y