fix: add missing dependency for xmllint
This commit is contained in:
@@ -119,6 +119,7 @@ rpm:
|
|||||||
- cifs-utils
|
- cifs-utils
|
||||||
- lvm2
|
- lvm2
|
||||||
- ntfs-3g
|
- ntfs-3g
|
||||||
|
- libxml2
|
||||||
- sudo (if set in xo-install.cfg)
|
- sudo (if set in xo-install.cfg)
|
||||||
|
|
||||||
deb:
|
deb:
|
||||||
@@ -142,6 +143,7 @@ deb:
|
|||||||
- gnupg (debian 10/11)
|
- gnupg (debian 10/11)
|
||||||
- software-properties-common (ubuntu)
|
- software-properties-common (ubuntu)
|
||||||
- ntfs-3g
|
- ntfs-3g
|
||||||
|
- libxml2-utils
|
||||||
- sudo (if set in xo-install.cfg)
|
- sudo (if set in xo-install.cfg)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -208,9 +208,9 @@ function InstallDependenciesRPM {
|
|||||||
|
|
||||||
# install packages
|
# install packages
|
||||||
echo
|
echo
|
||||||
printprog "Installing build dependencies, redis server, python, git, nfs-utils, cifs-utils, lvm2, ntfs-3g"
|
printprog "Installing build dependencies, redis server, python, git, nfs-utils, cifs-utils, lvm2, ntfs-3g, libxml2"
|
||||||
runcmd "yum -y install gcc gcc-c++ make openssl-devel redis libpng-devel python3 git nfs-utils cifs-utils lvm2 ntfs-3g"
|
runcmd "yum -y install gcc gcc-c++ make openssl-devel redis libpng-devel python3 git nfs-utils cifs-utils lvm2 ntfs-3g libxml2"
|
||||||
printok "Installing build dependencies, redis server, python, git, nfs-utils, cifs-utils, lvm2, ntfs-3g"
|
printok "Installing build dependencies, redis server, python, git, nfs-utils, cifs-utils, lvm2, ntfs-3g, libxml2"
|
||||||
|
|
||||||
# only run automated node install if executable not found
|
# only run automated node install if executable not found
|
||||||
if [[ -z $(runcmd_stdout "command -v node") ]]; then
|
if [[ -z $(runcmd_stdout "command -v node") ]]; then
|
||||||
@@ -299,9 +299,9 @@ function InstallDependenciesDeb {
|
|||||||
|
|
||||||
# install packages
|
# install packages
|
||||||
echo
|
echo
|
||||||
printprog "Installing build dependencies, redis server, python, git, libvhdi-utils, lvm2, nfs-common, cifs-utils, curl, ntfs-3g"
|
printprog "Installing build dependencies, redis server, python, git, libvhdi-utils, lvm2, nfs-common, cifs-utils, curl, ntfs-3g, libxml2-utils"
|
||||||
runcmd "apt-get install -y build-essential redis-server libpng-dev git libvhdi-utils $PYTHON lvm2 nfs-common cifs-utils curl ntfs-3g"
|
runcmd "apt-get install -y build-essential redis-server libpng-dev git libvhdi-utils $PYTHON lvm2 nfs-common cifs-utils curl ntfs-3g libxml2-utils"
|
||||||
printok "Installing build dependencies, redis server, python, git, libvhdi-utils, lvm2, nfs-common, cifs-utils, curl, ntfs-3g"
|
printok "Installing build dependencies, redis server, python, git, libvhdi-utils, lvm2, nfs-common, cifs-utils, curl, ntfs-3g, libxml2-utils"
|
||||||
|
|
||||||
# Install apt-transport-https and ca-certificates because of yarn https repo url
|
# Install apt-transport-https and ca-certificates because of yarn https repo url
|
||||||
echo
|
echo
|
||||||
|
Reference in New Issue
Block a user