1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-23 16:48:05 +00:00

Tandoor: Extend needed dependencies (#3207)

This commit is contained in:
CanbiZ 2025-03-18 12:55:15 +01:00 committed by GitHub
parent bd96decf1d
commit 1e72721d4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,11 @@ $STD apt-get install -y --no-install-recommends \
sudo \
git \
make \
mc
mc \
pkg-config \
libxmlsec1-dev \
libxml2-dev \
libxmlsec1-openssl
msg_ok "Installed Dependencies"
msg_info "Setup Python3"