Skip to content

Commit 7ed8541

Browse files
committed
Remove bash requirement from alma/rocky; it's already there
1 parent b416dea commit 7ed8541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/operate/oss_and_stack/install/build-stack/almalinux-rocky-8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Docker images used to produce these build notes:
2727
For 8.10-minimal, you'll need to install `sudo` and `dnf` as follows:
2828

2929
```bash
30-
microdnf install bash dnf sudo -y
30+
microdnf install dnf sudo -y
3131
```
3232

3333
For 8.10 (regular), you'll need to install `sudo` as follows:

content/operate/oss_and_stack/install/build-stack/almalinux-rocky-9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Docker images used to produce these build notes:
2727
For 9.5-minimal, you'll need to install `sudo` and `dnf` as follows:
2828

2929
```bash
30-
microdnf install bash dnf sudo -y
30+
microdnf install dnf sudo -y
3131
```
3232

3333
For 9.5 (regular), you'll need to install `sudo` as follows:

0 commit comments

Comments
 (0)