From ba1e2d22cd52c44bc4fd1f880e949fd3d9392310 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Mon, 9 Dec 2013 15:59:03 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 62fc5b7..16ed3f3 100755 --- a/scripts/install +++ b/scripts/install @@ -25,7 +25,7 @@ if [[ ! $? -eq 0 ]]; then fi # Install dependencies -sudo apt-get install acl +sudo apt-get install acl smbclient # Generate random password db_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d '[A-Za-z0-9]' | sed -n 's/\(.\{24\}\).*/\1/p') -- 2.0.0