From 2aeceddd661658d4ceafb312bf414621dc838336 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 20 Jun 2022 17:27:28 +0530 Subject: [PATCH] added depenednecy --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 018383e..32ca644 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="samba avahi-daemon" +pkg_dependencies="samba samba-common-bin avahi-daemon" #================================================= # PERSONAL HELPERS