mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[fix] don't prompt apt
This commit is contained in:
parent
c602880643
commit
b018e32552
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fi
|
|||
|
||||
path=${path%/}
|
||||
|
||||
sudo apt-get install postgresql php5 php5-pgsql php5-gd php-gettext p7zip-full libgd2-xpm-dev
|
||||
sudo apt-get install postgresql php5 php5-pgsql php5-gd php-gettext p7zip-full libgd2-xpm-dev -y
|
||||
|
||||
final_path=/var/www/noalyss
|
||||
sudo mkdir -p $final_path
|
||||
|
|
Loading…
Reference in a new issue