[elbe-devel] [PATCH] quickstart: add instructions for APT key handling
Manuel Traut
manuel.traut at linutronix.de
Fri Jun 30 09:08:29 CEST 2017
Hi Yegor,
thx for your updates. I merged both patches in devel/elbe-2.0
> From: Yegor Yefremov <yegorslists at googlemail.com>
>
> New Debian/APT versions work by default only with trusted repositories.
> Add instructions on how to add such a key for ELBE repositories.
>
> Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
> ---
> docs/quickstart.txt | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/docs/quickstart.txt b/docs/quickstart.txt
> index 53eee7d..5cc43d3 100644
> --- a/docs/quickstart.txt
> +++ b/docs/quickstart.txt
> @@ -56,6 +56,11 @@ with the following contents:
> deb http://debian.linutronix.de/elbe jessie main
> --------------------------------------------------------
>
> +Add a repository key to the list of trusted keys (as root):
> +--------------------------------------------------------
> +wget -q -O - http://debian.linutronix.de/elbe-common/elbe-repo.pub | apt-key add -
> +--------------------------------------------------------
> +
> Then run (as root):
> --------------------------------------------------------
> $ apt-get update
> --
> 2.1.4
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
More information about the elbe-devel
mailing list