From 9ff390ec9032d72692b15f5093f2178cd5477b50 Mon Sep 17 00:00:00 2001 From: stderr64 Date: Thu, 15 Feb 2024 00:33:40 +0200 Subject: Added information page about debian package repositories --- about/index.html | 3 ++- debianrepository/index.html | 66 +++++++++++++++++++++++++++++++++++++++++++++ index.html | 3 ++- servers/index.html | 3 ++- 4 files changed, 72 insertions(+), 3 deletions(-) create mode 100644 debianrepository/index.html diff --git a/about/index.html b/about/index.html index 185e9c5..8aff9aa 100644 --- a/about/index.html +++ b/about/index.html @@ -12,12 +12,13 @@
-VoidNet Logo +VoidNet Logo

diff --git a/debianrepository/index.html b/debianrepository/index.html new file mode 100644 index 0000000..6e1bf9a --- /dev/null +++ b/debianrepository/index.html @@ -0,0 +1,66 @@ + + + + + + + +VoidNet debian package repositories - VoidNet + + + +
+
+
+VoidNet Logo +
+
+ +
+
+
+
+VoidNet debian package repositories +
+
+
+ +VoidNet has a debian package repository which contain things such as builds of newer PCSX2 emulator version for debian stable. +
+The packages are built to be used with debian stable. +
+More packages might come in the future. +
+
+
+How to use the repositories +
+
+To download or update the signing key used to verify packages: +
+su -c "curl -4 -L -s 'https://files.voidnet.dy.fi/gpg_keys/voidnet.gpg' -o /usr/share/keyrings/voidnet.gpg" +
+
+To add the stable repository: +
+su -c "echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/voidnet.gpg] https://deb.voidnet.dy.fi/ stable main' > /etc/apt/sources.list.d/voidnet.list" +
+
+Experimental repository (only use this if you really want to try packages that are experimental): +
+su -c "echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/voidnet.gpg] https://deb.voidnet.dy.fi/ experimental main' > /etc/apt/sources.list.d/voidnet_experimental.list" +
+
+
+
+
+
+
+ + diff --git a/index.html b/index.html index 68ec492..27ff68b 100644 --- a/index.html +++ b/index.html @@ -12,12 +12,13 @@
-VoidNet Logo +VoidNet Logo

diff --git a/servers/index.html b/servers/index.html index 670df0f..e05e1f1 100644 --- a/servers/index.html +++ b/servers/index.html @@ -12,12 +12,13 @@