mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
apt -y in remove too
This commit is contained in:
parent
ea5350820a
commit
4961da158e
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ fi
|
|||
#=================================================
|
||||
ynh_script_progression --message="Removing dependencies..." --weight=1
|
||||
|
||||
apt remove jellyfin-web
|
||||
apt remove jellyfin-server
|
||||
apt remove jellyfin-ffmpeg
|
||||
apt remove jellyfin-web -y
|
||||
apt remove jellyfin-server -y
|
||||
apt remove jellyfin-ffmpeg -y
|
||||
|
||||
# Remove metapackage and its dependencies
|
||||
ynh_remove_app_dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue