From 8a3a4adbc4c85d291830eae6c812c10be7f3a1db Mon Sep 17 00:00:00 2001 From: ljf Date: Tue, 19 Nov 2019 23:43:54 +0100 Subject: [PATCH] [fix] Missing smartctl --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 63fee9a..b9ff12f 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 whois" +pkg_dependencies="python3-yaml python3-dnspython python3-requests-toolbelt whois smartmontools" #================================================= # PERSONAL HELPERS