From e9e15ea11370d70a4235d33ede77e4cabcadbf48 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 31 Mar 2024 18:14:27 +0000 Subject: [PATCH] location: Remove section how to install our Debian packages Our repository is outdated and not really needed any more since we have the packages upstream. Signed-off-by: Michael Tremer --- src/templates/location/download.html | 86 ---------------------------- 1 file changed, 86 deletions(-) diff --git a/src/templates/location/download.html b/src/templates/location/download.html index 14f2f3af..d5c52737 100644 --- a/src/templates/location/download.html +++ b/src/templates/location/download.html @@ -64,90 +64,4 @@ - -
-
-
-
-

- We provide pre-compiled packages for various distributions to get you - started with libloc quicker -

-
- -
-
-

{{ _("IPFire") }}

- -

- IPFire Location comes pre-installed with every IPFire system - and powers firewall rules based on source/destination country - as well as geographic reports. -

-
- -
-
- {{ _( -
-
-
- -
-
-

{{ _("Debian") }}

- -

- The supported architectures are amd64, arm64, i386 and armhf. -

-
- -
-
- {{ _( -
-
-
- - {% for release in ("buster", "bullseye", "sid") %} -

{{ _("Debian %s") % release }}

- -
-

- Create a new file /etc/apt/sources.list.d/location.list -

-
- -
-
deb     https://packages.ipfire.org/location {{ release }}/
-deb-src https://packages.ipfire.org/location {{ release }}/
-
- {% end %} - -
-

- All packages are cryptographically signed. - To install the key, run this command: -

-
- -
-
curl https://packages.ipfire.org/79842AA7CDBA7AE3-pub.asc | apt-key add -
-
- -
-

- Finally download the package lists and install libloc -

-
- -
-
apt-get update
-apt-get install location
-
-
-
-
{% end block %} -- 2.47.3