Move changes from test branch to upstream merge branch

This commit is contained in:
Sam
2025-01-08 00:22:53 +10:00
parent c7885c5d22
commit 2eef6d1e5f
213 changed files with 1220 additions and 623 deletions
+4 -1
View File
@@ -25,7 +25,9 @@ $STD apt-get install -y \
libsasl2-dev \
procps \
dnsutils \
ripgrep
ripgrep \
wget \
openssh-server
msg_ok "Installed Dependencies"
msg_info "Installing Python Dependencies"
@@ -34,6 +36,7 @@ $STD apt-get install -y \
python3-ldap \
python3-msgpack \
python3-regex
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Installed Python Dependencies"
msg_info "Setting up Node.js Repository"