From 54dad295c88a773c842b9e739af59c6512c514a8 Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Sat, 18 Mar 2017 18:38:59 +0100 Subject: [PATCH] Explain use of GPG --- Packages.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/Packages.md b/Packages.md index e523934..938b6f9 100644 --- a/Packages.md +++ b/Packages.md @@ -1,12 +1,6 @@ ## Raspbian/OSMC -Packages are available for the Debian based distros Raspbian and OSMC. - -Add this line to your `/etc/apt/sources.list` for Debian Wheezy based distributions - -``` -deb http://archive.itimmer.nl/raspbian/moonlight wheezy main -``` +Packages are available for the Debian based distros Raspbian. Add this line to your `/etc/apt/sources.list` for Debian Jessie based distributions @@ -14,6 +8,13 @@ Add this line to your `/etc/apt/sources.list` for Debian Jessie based distributi deb http://archive.itimmer.nl/raspbian/moonlight jessie main ``` +Fetch and install the GPG key + +``` +wget http://archive.itimmer.nl/itimmer.gpg +sudo apt-key add itimmer.gpg +``` + Install the package using ``` @@ -21,8 +22,6 @@ apt-get update apt-get install moonlight-embedded ``` -TODO: Provide the GPG key signing these packages. - ## ArchLinux Source package for ArchLinux is available in [AUR](https://aur.archlinux.org/packages/moonlight-embedded/) @@ -31,7 +30,13 @@ Prebuilt binary packages for ArchLinux ARM (armv6h/armv7h) are available, add th ``` [moonlight] Server = http://archive.itimmer.nl/archlinux/$repo/os/$arch -SigLevel = Optional +``` + +Fetch and install the GPG key + +``` +wget http://archive.itimmer.nl/itimmer.gpg +sudo pacman-key --add itimmer.gpg ``` Install package using the following command