mirror of https://gitee.com/bigwinds/arangodb
Fix debian scripted password documentation.
This commit is contained in:
parent
226ed6d17a
commit
b4ddb77d58
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue