mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[enh] install dependancies
This commit is contained in:
parent
becd96dd55
commit
2fdd70d401
1 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,5 @@ sudo yunohost app checkurl $domain$path -a noalyss
|
||||||
if [[ ! $? -eq 0 ]]; then
|
if [[ ! $? -eq 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sudo apt-get install postgresql php5 php5-pgsql php5-gd php-gettext p7zip-full libgd2-xpm-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue