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
@ -40,4 +40,4 @@ cd /tmp/install_script && sudo ./install_yunohost
---
*Once the installation is finished, you may want to proceed to post-installation: **[yunohost.org/postinstall](/postinstall)** *
*Once the installation is finished, you may want to proceed to post-installation: **[yunohost.org/postinstall](/postinstall)** *

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