From: Michael Stapelberg Date: Mon, 5 Sep 2011 12:32:14 +0000 (+0200) Subject: _docs/repositories: add second apt-get update after installing the key X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5f7e96d62404bfd4667dcb41dfe167fabf1f3add;p=i3%2Fi3.github.io _docs/repositories: add second apt-get update after installing the key --- diff --git a/_docs/repositories b/_docs/repositories index 39758e8..ff8a820 100644 --- a/_docs/repositories +++ b/_docs/repositories @@ -1,7 +1,7 @@ Debian and Ubuntu repositories ============================== Michael Stapelberg -July 2011 +September 2011 == When should you use our repositories? @@ -32,6 +32,7 @@ of i3. To use it, run the following commands: # echo 'deb http://debian.sur5r.net/i3/ natty universe' >> /etc/apt/sources.list # apt-get update # apt-get --allow-unauthenticated install sur5r-keyring +# apt-get update # apt-get install i3 ---------------------------------------------------------------------------------