X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Frepositories.html;h=86df2a35ecfe6e0d6309f90b0d9a4e58e6de7228;hb=cef98261c60c16f77dc934799843d0b9f8fee94a;hp=032cde56f6dd17e70dd3132bbaaffa6dcb507a38;hpb=4425ebb5f0ee2ec3bd1851052775226df8805dbc;p=i3%2Fi3.github.io diff --git a/docs/repositories.html b/docs/repositories.html index 032cde5..86df2a3 100644 --- a/docs/repositories.html +++ b/docs/repositories.html @@ -4,7 +4,7 @@ - + i3: Debian and Ubuntu repositories @@ -32,7 +32,7 @@ document.addEventListener("DOMContentLoaded", function(){asciidoc.footnotes();},

Debian and Ubuntu repositories

Michael Stapelberg
<michael@i3wm.org>
-September 2016 +November 2018

1. When should you use our repositories?

@@ -87,11 +87,11 @@ If you want the latest i3 development version release of i3. To use it, run the following commands:

-
# echo "deb http://debian.sur5r.net/i3/ $(lsb_release -c -s) universe" >> /etc/apt/sources.list
-# apt-get update
-# apt-get --allow-unauthenticated install sur5r-keyring
-# apt-get update
-# apt-get install i3
+
$ /usr/lib/apt/apt-helper download-file http://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2019.02.01_all.deb keyring.deb SHA256:176af52de1a976f103f9809920d80d02411ac5e763f695327de9fa6aff23f416
+# dpkg -i ./keyring.deb
+# echo "deb http://debian.sur5r.net/i3/ $(grep '^DISTRIB_CODENAME=' /etc/lsb-release | cut -f2 -d=) universe" >> /etc/apt/sources.list.d/sur5r-i3.list
+# apt update
+# apt install i3

All Ubuntu versions which are currently supported by Ubuntu itself are also supported by this repository. See Ubuntu releases for details.

@@ -103,15 +103,14 @@ this repository. See Ubuntu releases< minutes after every commit. To use it, run the following commands:

-
# echo 'deb http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial main' > /etc/apt/sources.list.d/i3-autobuild.list
-# apt-get update
-# apt-get --allow-unauthenticated install i3-autobuild-keyring
-# rm -f /var/lib/apt/lists/dl.bintray.com_i3_i3-autobuild-ubuntu_*
-# apt-get update
-# apt-get install i3
+
$ /usr/lib/apt/apt-helper download-file http://dl.bintray.com/i3/i3-autobuild-ubuntu/pool/main/i/i3-autobuild-keyring/i3-autobuild-keyring_2016.10.01_all.deb keyring.deb SHA256:460e8c7f67a6ae7c3996cc8a5915548fe2fee9637b1653353ec62b954978d844
+# apt install ./keyring.deb
+# echo 'deb http://dl.bintray.com/i3/i3-autobuild-ubuntu bionic main' > /etc/apt/sources.list.d/i3-autobuild.list
+# apt update
+# apt install i3

Development versions are only available for the latest version of Ubuntu, which -is xenial at the moment.

+is bionic at the moment.

@@ -122,12 +121,11 @@ is xenial at the moment.

minutes after every commit. To use it, run the following commands:

-
# echo 'deb http://dl.bintray.com/i3/i3-autobuild sid main' > /etc/apt/sources.list.d/i3-autobuild.list
-# apt-get update
-# apt-get --allow-unauthenticated install i3-autobuild-keyring
-# rm -f /var/lib/apt/lists/dl.bintray.com_i3_i3-autobuild-ubuntu_*
-# apt-get update
-# apt-get install i3
+
$ /usr/lib/apt/apt-helper download-file http://dl.bintray.com/i3/i3-autobuild/pool/main/i/i3-autobuild-keyring/i3-autobuild-keyring_2016.10.01_all.deb keyring.deb SHA256:460e8c7f67a6ae7c3996cc8a5915548fe2fee9637b1653353ec62b954978d844
+# apt install ./keyring.deb
+# echo 'deb http://dl.bintray.com/i3/i3-autobuild sid main' > /etc/apt/sources.list.d/i3-autobuild.list
+# apt update
+# apt install i3
@@ -152,7 +150,9 @@ Pin-Priority: 1001