]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/location/download.html
location: Remove section how to install our Debian packages
[ipfire.org.git] / src / templates / location / download.html
index 14f2f3af9c1fc31c169ea0a5dabfac0c65733098..d5c5273780e7ff548ea89e04b74e40b98e5b8a76 100644 (file)
                        </div>
                </div>
        </section>
-
-       <section class="hero">
-               <div class="hero-body">
-                       <div class="container">
-                               <div class="block">
-                                       <p>
-                                               We provide pre-compiled packages for various distributions to get you
-                                               started with <code>libloc</code> quicker
-                                       </p>
-                               </div>
-
-                               <div class="columns is-vcentered">
-                                       <div class="column">
-                                               <h2 class="title is-2">{{ _("IPFire") }}</h2>
-
-                                               <p>
-                                                       IPFire Location comes pre-installed with every IPFire system
-                                                       and powers firewall rules based on source/destination country
-                                                       as well as geographic reports.
-                                               </p>
-                                       </div>
-
-                                       <div class="column is-narrow">
-                                               <figure class="image is-256by256">
-                                                       <img src="{{ static_url("img/ipfire-tux.png") }}"
-                                                               alt="{{ _("IPFire") }}">
-                                               </figure>
-                                       </div>
-                               </div>
-
-                               <div class="columns is-vcentered">
-                                       <div class="column">
-                                               <h2 class="title is-2">{{ _("Debian") }}</h2>
-
-                                               <p>
-                                                       The supported architectures are amd64, arm64, i386 and armhf.
-                                               </p>
-                                       </div>
-
-                                       <div class="column is-narrow">
-                                               <figure class="image is-256by256">
-                                                       <img src="{{ static_url("img/debian-logo.svg") }}"
-                                                               alt="{{ _("Debian") }}">
-                                               </figure>
-                                       </div>
-                               </div>
-
-                               {% for release in ("buster", "bullseye", "sid") %}
-                                       <h4 class="title is-4">{{ _("Debian %s") % release }}</h4>
-
-                                       <div class="block">
-                                               <p>
-                                                       Create a new file <code>/etc/apt/sources.list.d/location.list</code>
-                                               </p>
-                                       </div>
-
-                                       <div class="block">
-                                               <pre><code>deb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;https://packages.ipfire.org/location {{ release }}/
-deb-src&nbsp;https://packages.ipfire.org/location {{ release }}/</code></pre>
-                                       </div>
-                               {% end %}
-
-                               <div class="block">
-                                       <p>
-                                               All packages are cryptographically signed.
-                                               To install the key, run this command:
-                                       </p>
-                               </div>
-
-                               <div class="block">
-                                       <pre><code>curl https://packages.ipfire.org/79842AA7CDBA7AE3-pub.asc | apt-key add -</code></pre>
-                               </div>
-
-                               <div class="block">
-                                       <p>
-                                               Finally download the package lists and install <code>libloc</code>
-                                       </p>
-                               </div>
-
-                               <div class="block">
-                                       <pre class="pre-light mb-4"><code>apt-get update
-apt-get install location</code></pre>
-                               </div>
-                       </div>
-               </div>
-       </section>
 {% end block %}