Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup-jenkins-on-cent-os-7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! I can't tell what you want to change other than a slight bit of white space. If it's for readability purposes, I don't see it adding much value in that way.

# 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
Expand Down