1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

Fix apt install yarn without prompt

This commit is contained in:
yalh76 2019-02-20 19:02:29 +01:00
parent 2e99a1ba62
commit 69d7155790
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ ynh_app_setting_set $app port $port
#=================================================
ynh_print_info "Installing yarn 1.13.0..."
sudo apt install ../sources/yarn_1.13.0_all.deb
sudo apt install -y ../sources/yarn_1.13.0_all.deb
#=================================================
# INSTALL DEPENDENCIES

View file

@ -107,7 +107,7 @@ ynh_add_nginx_config
#=================================================
ynh_print_info "Installing yarn 1.13.0..."
sudo apt install ../sources/yarn_1.13.0_all.deb
sudo apt install -y ../sources/yarn_1.13.0_all.deb
#=================================================
# UPGRADE DEPENDENCIES