Correction README
This commit is contained in:
parent
2bca5c76be
commit
5326706a2c
1 changed files with 12 additions and 0 deletions
12
README.md
12
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
|
||||
|
|
Loading…
Reference in a new issue