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

No Fedora 36 and 37 installation instructions #105

Open
PolyCatDev opened this issue Dec 7, 2022 · 1 comment
Open

No Fedora 36 and 37 installation instructions #105

PolyCatDev opened this issue Dec 7, 2022 · 1 comment

Comments

@PolyCatDev
Copy link

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
@orowith2os
Copy link

Making a note here to also add instructions for the rpm-ostree based variants of Fedora, since they seem to need special care. Will look into possibly doing this sometime in the future.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants