Skip to content

Commit

Permalink
Merge pull request #11277 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
7/17/2024 PM Publish
  • Loading branch information
Taojunshen committed Jul 17, 2024
2 parents 7bbb1f1 + 37517e1 commit eda6962
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 eda6962

Please sign in to comment.