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

Commit aa7acf0

Browse files
Merge pull request #72 from jamesbt365/aurstuff
Hopefully make the archlinux install guide clearer.
2 parents 95b2d28 + 5757a75 commit aa7acf0

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

OpenTabletDriver.Web/Views/Wiki/Install/Linux.cshtml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</h3>
5757
<ol>
5858
<li>
59-
Use an AUR helper to install the <code>opentabletdriver</code> AUR package.
59+
Use an <a href="https://wiki.archlinux.org/title/AUR_helpers">AUR helper</a> to install the <code>opentabletdriver</code> AUR package.
6060
</li>
6161
<li>
6262
Run the following commands in a terminal
@@ -69,6 +69,28 @@
6969
</li>
7070
</ol>
7171

72+
<ol>
73+
<p>
74+
Alternatively, you can install <code>opentabletdriver</code> without an AUR helper.
75+
</p>
76+
<li>
77+
Run the following commands in a terminal to install and enable the OpenTabletDriver service.
78+
<codeblock class="mt-2" language="sh">
79+
# Downloads the pkgbuild from the AUR.
80+
git clone https://aur.archlinux.org/opentabletdriver.git
81+
# Changes into the correct directory and installs OpenTabletDriver
82+
cd opentabletdriver && makepkg -si
83+
# Clean up leftovers
84+
cd ..
85+
rm -rf opentabletdriver
86+
# Reload the systemd user unit daemon
87+
systemctl --user daemon-reload
88+
# Enable and start the user service
89+
systemctl --user enable opentabletdriver --now
90+
</codeblock>
91+
</li>
92+
</ol>
93+
7294
<hr/>
7395

7496
<h3 class="wiki-nav-item" id="gentoo">

0 commit comments

Comments
 (0)