1
0
Fork 0

Fix debian scripted password documentation.

This commit is contained in:
Wilfried Goesgens 2016-08-30 17:31:49 +02:00
parent 226ed6d17a
commit b4ddb77d58
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ For unattended installation, you can set the password using the
[debconf helpers](http://www.microhowto.info/howto/perform_an_unattended_installation_of_a_debian_package.html).
```
echo arangodb3 arangodb/password password NEWPASSWORD | debconf-set-selections
echo arangodb3 arangodb/password_again password NEWPASSWORD | debconf-set-selections
echo arangodb3 arangodb3/password password NEWPASSWORD | debconf-set-selections
echo arangodb3 arangodb3/password_again password NEWPASSWORD | debconf-set-selections
```
The commands should be executed prior to the installation.