Skip to content

Commit 1ac46ce

Browse files
committed
Issue #91: Replaced hardcoded OS version with dynamic value
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 553e110 commit 1ac46ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/book/v1/setup/setup-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Install system packages:
44

55
```shell
6-
sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-9.rpm -y
6+
sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-$(rpm -E %almalinux).rpm -y
77
```
88

99
You should see the below message, shown the first time you execute a command which requires elevated permissions (hence the `sudo` modifier at the beginning of the command).

docs/book/v2/setup/setup-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Install system packages:
44

55
```shell
6-
sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-10.rpm -y
6+
sudo dnf install epel-release dnf-utils https://rpms.remirepo.net/enterprise/remi-release-$(rpm -E %almalinux).rpm -y
77
```
88

99
You should see the below message, shown the first time you execute a command which requires elevated permissions (hence the `sudo` modifier at the beginning of the command).

0 commit comments

Comments
 (0)