From 4a71177958bd826bd407e205736a561686816592 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Mon, 11 Nov 2024 21:16:27 +0700 Subject: [PATCH 1/3] Add Terra to the Linux install guide (RPM) --- site/_data/links.json | 3 +++ site/_wiki/Install/Linux.md | 19 ++++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/site/_data/links.json b/site/_data/links.json index 2fdf4ab..1660b6d 100644 --- a/site/_data/links.json +++ b/site/_data/links.json @@ -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" }, diff --git a/site/_wiki/Install/Linux.md b/site/_wiki/Install/Linux.md index 2374d9e..24cd4af 100644 --- a/site/_wiki/Install/Linux.md +++ b/site/_wiki/Install/Linux.md @@ -26,7 +26,7 @@ If you're experiencing `libhostfxr` issues, please see the solutions from Micros ## RPM-based distributions {#rpm} -### Fedora {#fedora} +### Fedora (Upstream package) {#fedora} 1. Download the [latest release]({{ site.data.links.project.latestRelease.rpm }}) (OpenTabletDriver.rpm) 2. Install the package with the following command: @@ -45,6 +45,23 @@ If you're experiencing `libhostfxr` issues, please see the solutions from Micros 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 + ``` +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 }}) (OpenTabletDriver.rpm) From 0c4616df9f2e456ccccfc33f8e4979939b701e9f Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Wed, 13 Nov 2024 23:54:48 +0700 Subject: [PATCH 2/3] Update site/_wiki/Install/Linux.md Co-authored-by: Sebastian Jensen --- site/_wiki/Install/Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_wiki/Install/Linux.md b/site/_wiki/Install/Linux.md index 24cd4af..c436943 100644 --- a/site/_wiki/Install/Linux.md +++ b/site/_wiki/Install/Linux.md @@ -47,7 +47,7 @@ If you're experiencing `libhostfxr` issues, please see the solutions from Micros ### Fedora (Terra) {#terra} -[Terra]({{ sites.data.links.external.Terra.website }}) also provides RPM builds for Fedora, Ultramarine and RHEL 10-based distributions. +[Terra]({{ site.data.links.external.Terra.website }}) also provides RPM builds for Fedora, Ultramarine and RHEL 10-based distributions. 1. Add the Terra repository From 2b0512ede43cdd71d81daab10a212e08d3d4f958 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Thu, 14 Nov 2024 08:34:34 +0700 Subject: [PATCH 3/3] fix markdownlint --- site/_wiki/Install/Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_wiki/Install/Linux.md b/site/_wiki/Install/Linux.md index c436943..d3068a5 100644 --- a/site/_wiki/Install/Linux.md +++ b/site/_wiki/Install/Linux.md @@ -54,6 +54,7 @@ If you're experiencing `libhostfxr` issues, please see the solutions from Micros ```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 ``` + 2. Install OpenTabletDriver ```bash