Commit 9e3ff650a5948e010a2a371d86c2c97fe574c07f
1 parent
ba1e2d22cd
Exists in
master
Update install
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
scripts/install
... | ... | @@ -25,7 +25,7 @@ if [[ ! $? -eq 0 ]]; then |
25 | 25 | fi |
26 | 26 | |
27 | 27 | # Install dependencies |
28 | -sudo apt-get install acl smbclient | |
28 | +sudo apt-get install acl smbclient -y -qq | |
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') |