From 348d91c95f000c9cc79238e5701b8a8a07153e3a Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 7 Dec 2013 18:54:24 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 5280f9c..2eba5a9 100755 --- a/scripts/install +++ b/scripts/install @@ -16,6 +16,9 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi +# Install dependencies +sudo apt-get install acl + # 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