Skip to content

Commit fd64839

Browse files
authored
Merge pull request #111619 from taoyama/patch-12
use curl instead of wget
2 parents 7a9cfcd + 9346b24 commit fd64839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Use the following procedure to lock a RHEL 8.x VM to a particular minor release.
106106
1. Get the EUS repository `config` file.
107107

108108
```bash
109-
sudo wget https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-eus.config
109+
curl -O https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8-eus.config
110110
```
111111

112112
1. Add EUS repositories.
@@ -151,7 +151,7 @@ To remove the version lock, use the following commands. Run the commands as `roo
151151
1. Get the regular repositories `config` file.
152152

153153
```bash
154-
sudo wget https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8.config
154+
curl -O https://rhelimage.blob.core.windows.net/repositories/rhui-microsoft-azure-rhel8.config
155155
```
156156

157157
1. Add non-EUS repository.

0 commit comments

Comments
 (0)