so-analyst should install gedit

This commit is contained in:
Doug Burks
2020-09-03 16:46:14 -04:00
committed by GitHub
parent c71a154e81
commit 1fc64d3eef

View File

@@ -20,6 +20,9 @@ if [ "$(id -u)" -ne 0 ]; then
exit 1
fi
# Install a GUI text editor
yum -y install gedit
# Install misc utils
yum -y install wget curl unzip epel-release;