Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Add the Moonshot Debian Jessie repository to your system. To do this, run the following command (as root, or using sudo):

    Code Block
    languagebash
    $ echo "deb http://repository.project-moonshot.org/debian-moonshot jessie main" > /etc/apt/sources.list.d/moonshot.list
  2. Install the Moonshot GPG key:

    Code Block
    languagebash
    $ wget -O - http://repository.project-moonshot.org/key.gpg | apt-key add -
    Note
    titleVerifying the Moonshot GPG key

    If you wish to verify the Moonshot GPG key's validity and integrity, please see the Packaging GPG Key for further details.

  3. Update the apt cache with the new repository information:

    Code Block
    languagebash
    $ apt-get update