diff --git a/OpenTabletDriver.Web/Views/Wiki/Install/Linux.cshtml b/OpenTabletDriver.Web/Views/Wiki/Install/Linux.cshtml index e941af2..a140256 100644 --- a/OpenTabletDriver.Web/Views/Wiki/Install/Linux.cshtml +++ b/OpenTabletDriver.Web/Views/Wiki/Install/Linux.cshtml @@ -45,6 +45,27 @@
+

+ Fedora / CentOS / RHEL +

+
    +
  1. + Run the following commands in a terminal to install and enable the OpenTabletDriver service. + + # This will download and install the package + sudo dnf install -y https://opentabletdriver.net/Release/Download/OpenTabletDriver.rpm + + # Reload the systemd user unit daemon + systemctl --user daemon-reload + + # Enable and start the user service + systemctl --user enable opentabletdriver --now + +
  2. +
+ +
+

Arch Linux