From 5326706a2c57f7726fd1ec3fe352aabdb9482253 Mon Sep 17 00:00:00 2001 From: Olivier Navas Date: Mon, 28 Oct 2024 14:10:51 +0100 Subject: [PATCH] Correction README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 138495f..3c6264c 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,18 @@ ansible-playbook configure-preseed.yml ```bash apt update apt install -y git python3-poetry +``` + +* S'il est nécessaire d'ajouter un (ou plusieurs) certificat d'autorité de certification pour utiliser un repo git, l'ajouter dans, par exemple `/usr/local/share/ca-certificates/nom_de_mon_autorite.crt` puis faire : + +```bash +apt install -y ca-certificates +/usr/sbin/update-ca-certificates +``` + +* Installer l'outil linuxinstaller dans /opt + +```bash cd /opt git clone https://git.libretic.fr/libretic/linuxinstaller.git cd linuxinstaller