fix: add missing dependency for xmllint

This commit is contained in:
Roni Väyrynen
2022-04-20 08:51:47 +03:00
parent ec902a53ef
commit 91d934efef
2 changed files with 8 additions and 6 deletions

View File

@@ -119,6 +119,7 @@ rpm:
- cifs-utils
- lvm2
- ntfs-3g
- libxml2
- sudo (if set in xo-install.cfg)
deb:
@@ -142,6 +143,7 @@ deb:
- gnupg (debian 10/11)
- software-properties-common (ubuntu)
- ntfs-3g
- libxml2-utils
- sudo (if set in xo-install.cfg)
```