Skip to content

Commit cb4b37f

Browse files
committed
Install/Linux: Add full name for RPM (Fedora)
1 parent edbabd9 commit cb4b37f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

site/_wiki/Install/Linux.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ If you're experiencing `libhostfxr` issues, please see the solutions from Micros
3232
3333
### Fedora {#fedora}
3434
35-
1. {% include latest-release.html filename=site.data.links.project.latestRelease.rpm %}
35+
{% assign rpm_filename = site.data.links.project.latestRelease.rpm | replace: '{{VERSION}}', latest_otd_version %}
36+
37+
1. {% include latest-release.html filename=rpm_filename %}
3638
2. Install the package with the following command:
3739
3840
```bash
39-
sudo dnf install ./OpenTabletDriver.rpm
41+
sudo dnf install ./{{ rpm_filename }}
4042
```
4143
4244
> This assumes that you are in the directory in which you downloaded OpenTabletDriver to.

0 commit comments

Comments
 (0)