Skip to content

Commit

Permalink
Update install-rhel.md (#11275)
Browse files Browse the repository at this point in the history
Changed the titles/descriptions of download, register, and delete steps to reflect better what actually is happening.
  • Loading branch information
shekeriev committed Jul 17, 2024
1 parent 1e51495 commit 37517e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/docs-conceptual/install/install-rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ then majorver=8
else majorver=9
fi

# Register the Microsoft RedHat repository
# Download the Microsoft RedHat repository package
curl -sSL -O https://packages.microsoft.com/config/rhel/$majorver/packages-microsoft-prod.rpm

# Register the Microsoft repository keys
# Register the Microsoft RedHat repository
sudo rpm -i packages-microsoft-prod.rpm

# Delete the repository keys after installing
# Delete the downloaded package after installing
rm packages-microsoft-prod.rpm

# RHEL 7.x uses yum and RHEL 8+ uses dnf
Expand Down

0 comments on commit 37517e1

Please sign in to comment.