mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add a note about ca-certificates, which is missing and prevent recognizing the LE cert on some systems >.>
This commit is contained in:
parent
da6f9390ac
commit
c832c60563
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Once you have access to a command line on your server (either directly or throug
|
|||
bash <(wget -q -O- https://install.yunohost.org/)
|
||||
```
|
||||
|
||||
<small>*(If `wget` is not installed on your system, you might need to install it with `apt install wget`)*</small>
|
||||
<small>*(If `wget` is not installed on your system, you might need to install it with `apt install wget`. Otherwise, if the command does not do anything, you might want to `apt install ca-certificates`)*</small>
|
||||
|
||||
Once the installation is finished, you may want to [**proceed to post-installation**](/postinstall)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Une fois que vous avez accès à votre serveur (directement ou par SSH), vous po
|
|||
bash <(wget -q -O- https://install.yunohost.org/)
|
||||
```
|
||||
|
||||
<small>*(Si `wget` n'est pas installé sur votre système, il vous faudra peut-être l'installer avec `apt install wget`)*</small>
|
||||
<small>*(Si `wget` n'est pas installé sur votre système, il vous faudra peut-être l'installer avec `apt install wget`. Autrement, sinon la commande n'affiche rien du tout, vous pouvez tenter `apt install ca-certificates`)*</small>
|
||||
|
||||
Une fois l'installation terminée, il vous faudra [**procéder à la post-installation**](/postinstall)
|
||||
|
||||
|
|
Loading…
Reference in a new issue