Skip to content

Commit 4ae65b5

Browse files
Merge pull request #273985 from esvmicrosoft/patch-2
Update redhat-rhui.md
2 parents a398da9 + 1de097e commit 4ae65b5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/virtual-machines/workloads/redhat/redhat-rhui.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ Use the following procedure to lock a RHEL 8.x VM to a particular minor release.
125125
1. Add EUS repositories.
126126

127127
```bash
128-
sudo dnf --config='https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-eus.config' install rhui-azure-rhel8-eus
128+
wget https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-eus.config
129+
sudo dnf --config=rhui-microsoft-azure-rhel8-eus.config install rhui-azure-rhel8-eus
129130
```
130131

131132

@@ -206,7 +207,7 @@ To remove the version lock, use the following commands. Run the commands as `roo
206207
1. Add non-EUS repository.
207208

208209
```bash
209-
sudo yum --config='https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel7.config' install rhui-azure-rhel7
210+
sudo yum --config=https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel7.config install rhui-azure-rhel7
210211
```
211212

212213
1. Update your RHEL VM.
@@ -234,7 +235,8 @@ To remove the version lock, use the following commands. Run the commands as `roo
234235
1. Add non-EUS repository.
235236

236237
```bash
237-
sudo dnf --config='https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8.config' install rhui-azure-rhel8
238+
wget https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8.config
239+
sudo dnf --config=rhui-microsoft-azure-rhel8.config install rhui-azure-rhel8
238240
```
239241

240242
1. Update your RHEL VM.

0 commit comments

Comments
 (0)