Skip to content

Commit f93abeb

Browse files
authored
Changed the zypper with dnf for RHEL
1 parent fe21f5a commit f93abeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/linux/quick-create-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.collection: linux
77
ms.topic: quickstart
88
ms.workload: infrastructure
9-
ms.date: 08/01/2022
9+
ms.date: 12/21/2022
1010
ms.author: cynthn
1111
ms.custom: mvc, mode-ui
1212
---
@@ -104,8 +104,8 @@ sudo zypper --non-interactive install nginx
104104
# [Red Hat Enterprise Linux](#tab/rhel)
105105

106106
```bash
107-
sudo zypper --non-interactive update
108-
sudo zypper --non-interactive install nginx
107+
sudo dnf update
108+
sudo dnf install nginx
109109
```
110110
---
111111
When done, type `exit` to leave the SSH session.

0 commit comments

Comments
 (0)