mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[Anonymous contrib] because without these command it wasnt possible to continue (#559)
* because without these command it wasnt possible to continue * Update install_manually.md
This commit is contained in:
parent
7d79d03f36
commit
0138a375c4
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ Once you have access to your server, either directly or by SSH, you can install
|
|||
|
||||
1. Install git
|
||||
```bash
|
||||
sudo apt-get install git dialog
|
||||
sudo apt-get update
|
||||
sudo apt-get install ca-certificates dialog git
|
||||
```
|
||||
|
||||
2. Clone the Yunohost install script repository
|
||||
|
|
Loading…
Reference in a new issue