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

ADD dialog package installation as fresh Debian might not come with it, preventing installation to run properly

This commit is contained in:
Gilles Coulais 2017-02-25 10:58:00 +01:00
parent 6dffc20f30
commit 253187dde2
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ Once you have access to your server, either directly or by SSH, you can install
1. Install git
```bash
sudo apt-get install git
sudo apt-get install git dialog
```
2. Clone the Yunohost install script repository

View file

@ -8,7 +8,7 @@ Une fois que vous avez accès à votre serveur, directement ou par SSH, vous pou
1. Installez git
```bash
sudo apt-get install git
sudo apt-get install git dialog
```
2. Clonez le dépôt du script dinstallation de YunoHost