From 1fc64d3eefb916a840f72ba807848c1937715aa4 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 3 Sep 2020 16:46:14 -0400 Subject: [PATCH] so-analyst should install gedit --- setup/so-analyst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/so-analyst b/setup/so-analyst index 9f0943523..d2873e693 100644 --- a/setup/so-analyst +++ b/setup/so-analyst @@ -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;