Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions site/_data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"TabletDriverCleanup": {
"latest": "https://github.com/X9VoiD/TabletDriverCleanup/releases/latest"
},
"Terra": {
"website": "https://terra.fyralabs.com/"
},
"VMultiDriver": {
"latest": "https://github.com/X9VoiD/vmulti-bin/releases/latest"
},
Expand Down
19 changes: 18 additions & 1 deletion site/_wiki/Install/Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## RPM-based distributions {#rpm}
### Fedora {#fedora}
### Fedora (Upstream package) {#fedora}
1. Download the [latest release]({{ site.data.links.project.latestRelease.rpm }}) <small class="text-muted">(OpenTabletDriver.rpm)</small>
2. Install the package with the following command:
Expand All @@ -45,6 +45,23 @@
4. Refer to [this section]({% link _wiki/FAQ/Linux.md %}#autostart) for instructions on how to auto-start OpenTabletDriver on boot.
### Fedora (Terra) {#terra}
[Terra]({{ sites.data.links.external.Terra.website }}) also provides RPM builds for Fedora, Ultramarine and RHEL 10-based distributions.
1. Add the Terra repository
```bash
sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release
```

Check failure on line 56 in site/_wiki/Install/Linux.md

View workflow job for this annotation

GitHub Actions / markdown

Fenced code blocks should be surrounded by blank lines [Context: "```"]
2. Install OpenTabletDriver
```bash
sudo dnf install opentabletdriver
```
3. Refer to [this section]({% link _wiki/FAQ/Linux.md %}#autostart) for instructions on how to auto-start OpenTabletDriver on boot.
### openSUSE {#opensuse}
1. Download the [latest release]({{ site.data.links.project.latestRelease.rpm }}) <small class="text-muted">(OpenTabletDriver.rpm)</small>
Expand Down
Loading