From b8814595bae997cb8dcfa1475810755ec0d6d653 Mon Sep 17 00:00:00 2001 From: BasileDevOps <101668950+BasileDevOps@users.noreply.github.com> Date: Thu, 14 Dec 2023 04:59:05 -0600 Subject: [PATCH] Update Jenkins-redhat8-install28.sh added vim, and nano installation --- JENKINS-INSTALLATION/Jenkins-redhat8-install28.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JENKINS-INSTALLATION/Jenkins-redhat8-install28.sh b/JENKINS-INSTALLATION/Jenkins-redhat8-install28.sh index 612cc1ea..1eb192e7 100644 --- a/JENKINS-INSTALLATION/Jenkins-redhat8-install28.sh +++ b/JENKINS-INSTALLATION/Jenkins-redhat8-install28.sh @@ -5,7 +5,7 @@ # You can execute this script as user-data when launching your EC2 VM. sudo timedatectl set-timezone America/New_York sudo hostnamectl set-hostname jenkins -sudo yum install wget -y +sudo yum install wget tree nano -y sudo wget -O /etc/yum.repos.d/jenkins.repo \ https://pkg.jenkins.io/redhat-stable/jenkins.repo sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key