1
0
Fork 0
mirror of https://github.com/YunoHost/doc.git synced 2024-09-03 20:06:26 +02:00

Fix wording of root password explanation ()

This commit is contained in:
YunoHost Bot 2017-08-30 15:38:40 +02:00 committed by Alexandre Aubin
parent 8cd22cbaad
commit 835c76db45

View file

@ -16,7 +16,7 @@ sudo apt-get install git dialog
git clone https://github.com/YunoHost/install_script /tmp/install_script
```
3. The root user must have a password set, if it isn't the case, set it (whithout the install script failed):
3. The root user must have a password set, if it isn't the case, set it (otherwise, the install script fails):
```bash
sudo passwd root
```