mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
Add external packages to the dependencies list
otherwise they get removed if one instance of the app is uninstalled
This commit is contained in:
parent
1ec99f3866
commit
80a3069bc5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="apt-transport-https dirmngr gnupg ca-certificates mediainfo"
|
||||
pkg_dependencies="apt-transport-https dirmngr gnupg ca-certificates mediainfo mono-devel sonarr"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue