fix: markdownlint suggestions

This commit is contained in:
Michele Cereda
2023-11-18 19:48:55 +01:00
parent 77d1ee506a
commit db9d71c518
32 changed files with 168 additions and 140 deletions

View File

@@ -45,6 +45,7 @@ sudo zpool import -a
## Use DNF from behind a proxy
Either:
- add the line `sslverify=0` to `/etc/dnf/dnf.conf`; **not suggested**, but a quick fix
- add the proxie's certificate, in PEM format, to the `/etc/pki/ca-trust/source/anchors/` folder and then run `sudo update-ca-trust`.