1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

apt-get remove avec Yes

This commit is contained in:
magikcypress 2017-03-06 18:22:33 +01:00
parent a536b9769c
commit defaad83f5

View file

@ -12,7 +12,7 @@ source /usr/share/yunohost/helpers
app=$YNH_APP_INSTANCE_NAME app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get $app domain) domain=$(ynh_app_setting_get $app domain)
sudo apt-get remove --purge mopidy sudo apt-get remove --purge -y mopidy
# Régénère la configuration de SSOwat # Régénère la configuration de SSOwat
sudo yunohost app ssowatconf sudo yunohost app ssowatconf