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:
parent
6dffc20f30
commit
253187dde2
2 changed files with 3 additions and 3 deletions
|
@ -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)** *
|
||||
|
|
|
@ -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 d’installation de YunoHost
|
||||
|
|
Loading…
Add table
Reference in a new issue