...
Add the Moonshot Debian Jessie repository to your system. To do this, run the following command (as root, or using sudo):
Code Block language bash $ echo "deb http://repository.project-moonshot.org/debian-moonshot jessie main" > /etc/apt/sources.list.d/moonshot.list
Install the Moonshot GPG key:
Code Block language bash $ wget -O - http://repository.project-moonshot.org/key.gpg | apt-key add -
Note title Verifying 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.
Update the apt cache with the new repository information:
Code Block language bash $ apt-get update