From caad9f0dd27839ce4dbd52d31ce399a27af63236 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Thu, 14 May 2020 19:38:04 +0200 Subject: [PATCH] [fix] Missing dependencies --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index a16a5a0..d08f700 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="python3-yaml python3-dnspython python3-requests-toolbelt python3-spf whois smartmontools" +pkg_dependencies="python3-dbus python3-yaml python3-dnspython python3-requests-toolbelt python3-spf whois smartmontools" #================================================= # PERSONAL HELPERS