mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update install_manually.md
This commit is contained in:
parent
1abfecf69d
commit
c3268da2c0
1 changed files with 6 additions and 1 deletions
|
@ -16,7 +16,12 @@ sudo apt-get install git
|
|||
git clone https://github.com/YunoHost/install_script /tmp/install_script
|
||||
```
|
||||
|
||||
3. Execute the installation script
|
||||
3. The root user must have a password set, if it isn't the case, set it (whithout the install script failed):
|
||||
```bash
|
||||
sudo passwd root
|
||||
```
|
||||
|
||||
4. Execute the installation script
|
||||
```bash
|
||||
cd /tmp/install_script && sudo ./install_yunohostv2
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue