Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

No Fedora 36 and 37 installation instructions #105

@PolyCatDev

Description

@PolyCatDev

I noticed that installation instructions for Fedora are nowhere to be seen on the wiki. My idea is simple: add a section for Fedora.

Here's a quick mockup I did:

OpenTB_Mockup

Also, there could be a script that installs it automatically if the devs want. Here's a script I made that does exactly that:

#!/usr/bin/bash
cd ~/Downloads

wget https://github.com/hwsmm/OpenTabletDriver.Packaging/releases/download/test/OpenTabletDriver.rpm
sudo dnf install OpenTabletDriver.rpm -y

systemctl --user daemon-reload
systemctl --user enable opentabletdriver --now

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions