1
0
Fork 0
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:
tituspijean 2021-06-13 13:08:51 +02:00
parent 1ec99f3866
commit 80a3069bc5

View file

@ -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