This commit is contained in:
2023-07-16 22:38:49 -05:00
parent d4ddbf954b
commit 39175d2637
3 changed files with 3 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ $APTFUNC -y install wget curl git
set -eu
git clone https://git.schroedercity.com/voltron/NodeMgmt.git /opt/idssys/nodemgmt
ln -s /opt/idssys/nodemgmt/run.sh /usr/local/bin/nodemgmt
/bin/chmod +x /opt/idssys/nodemgmt/*.sh
if [ ! -d "/opt/idssys/defaults" ]; then
set -eu