From 80a3069bc5b124f9bdb278b9e1434d24f7f341e1 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 13 Jun 2021 13:08:51 +0200 Subject: [PATCH] Add external packages to the dependencies list otherwise they get removed if one instance of the app is uninstalled --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5e60e99..d9b08ae 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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