From 37517e1c9668bb76d0873aa90663dfcbace16a67 Mon Sep 17 00:00:00 2001 From: Dimitar Zahariev Date: Wed, 17 Jul 2024 16:21:48 +0300 Subject: [PATCH] Update install-rhel.md (#11275) Changed the titles/descriptions of download, register, and delete steps to reflect better what actually is happening. --- reference/docs-conceptual/install/install-rhel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/docs-conceptual/install/install-rhel.md b/reference/docs-conceptual/install/install-rhel.md index 062323745d7..98fa8580785 100644 --- a/reference/docs-conceptual/install/install-rhel.md +++ b/reference/docs-conceptual/install/install-rhel.md @@ -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