From b68b6785b00e0da25403fa9fd833c50271c3aa4e Mon Sep 17 00:00:00 2001 From: chagak Date: Tue, 31 Jan 2023 19:22:39 -0600 Subject: [PATCH] Ticket number --- setup-jenkins-on-cent-os-7.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-jenkins-on-cent-os-7.sh b/setup-jenkins-on-cent-os-7.sh index 912f2d2..f6a01d8 100644 --- a/setup-jenkins-on-cent-os-7.sh +++ b/setup-jenkins-on-cent-os-7.sh @@ -11,9 +11,9 @@ # INSTRUCTIONS FOR USE: # 1. Copy this shell script to your home directory or the /tmp directory. # 2. Make it executable with the following command: -# chmod a+x setup-jenkins-on-cent-os-7.sh + # chmod a+x setup-jenkins-on-cent-os-7.sh # 3. Execute the script as a sudo user: -# sudo ./setup-jenkins-on-cent-os-7.sh + # sudo ./setup-jenkins-on-cent-os-7.sh # # It's important to point out that this script assumes that none of the binaries # that are to be installed are already present on the target server. If you already