Commit ba1e2d22cd52c44bc4fd1f880e949fd3d9392310

Authored by Alexis Gavoty
1 parent 42e4f8d600
Exists in master

Update install

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -25,7 +25,7 @@ if [[ ! $? -eq 0 ]]; then
25 25 fi
26 26  
27 27 # Install dependencies
28   -sudo apt-get install acl
  28 +sudo apt-get install acl smbclient
29 29  
30 30 # Generate random password
31 31 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')