We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7f439 commit 6456d7aCopy full SHA for 6456d7a
1 file changed
README.md
@@ -0,0 +1,21 @@
1
+# Debian Repository for XLibre
2
+
3
+```sh
4
+sudo apt-get update
5
+sudo apt-get install -y ca-certificates curl
6
7
+sudo install -m 0755 -d /etc/apt/keyrings
8
+curl -fsSL https://mrchicken.nexussfan.cz/publickey.asc | sudo tee /etc/apt/keyrings/NexusSfan.asc
9
+sudo chmod a+r /etc/apt/keyrings/NexusSfan.asc
10
11
+cat <<EOF | sudo tee /etc/apt/sources.list.d/xlibre-deb.sources
12
+Types: deb deb-src
13
+URIs: https://xlibre-deb.github.io/debian/
14
+Suites: main
15
+Components: stable
16
+Signed-By: /etc/apt/keyrings/NexusSfan.asc
17
+EOF
18
19
20
+sudo apt-get install xlibre xlibre-archive-keyring
21
+```
0 commit comments