analyst node changes

This commit is contained in:
m0duspwnens
2020-10-02 16:40:25 -04:00
parent 20307b703e
commit 467e5b34cc

View File

@@ -79,7 +79,7 @@ CANCURL=$(curl -sI https://securityonionsolutions.com/ | grep "200 OK")
yum -y install gedit
# Install misc utils
yum -y install wget curl unzip epel-release;
yum -y install wget curl unzip epel-release yum-plugin-versionlock;
# Install xWindows
yum -y groupinstall "X Window System";