Versions Compared

Key

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

...

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

    Code Block
    languagebash
    titleDebian 9
    linenumberstrue
    collapsetrue
    wget https://repository.project-moonshot.org/debian-moonshot/moonshot-repository.debian9.deb
    dpkg -i moonshot-repository.debian9.deb


    Code Block
    languagebash
    titleDebian 10
    linenumberstrue
    collapsetrue
    wget https://repository.project-moonshot.org/debian-moonshot/moonshot-repository.debian10.deb
    dpkg -i moonshot-repository.debian10.deb


    Code Block
    languagebash
    titleDebian 11
    linenumberstrue
    collapsetrue
    wget https://repository.project-moonshot.org/debian-moonshot/moonshot-repository.debian11.deb
    dpkg -i moonshot-repository.debian11.deb


    Code Block
    languagebash
    titleRaspbian 9
    linenumberstrue
    collapsetrue
    wget https://repository.project-moonshot.org/raspbian/moonshot-repository.raspbian9.deb
    dpkg -i moonshot-repository.raspbian9.deb


    Code Block
    languagebash
    titleRaspbian 10
    linenumberstrue
    collapsetrue
    wget https://repository.project-moonshot.org/raspbian/moonshot-repository.raspbian10.deb
    dpkg -i moonshot-repository.raspbian10.deb


    Code Block
    languagebash
    titleRaspbian 11
    linenumberstrue
    collapsetrue
    wget https://repository.project-moonshot.org/raspbian/moonshot-repository.raspbian11.deb
    dpkg -i moonshot-repository.raspbian11.deb


    Code Block
    languagebash
    titleUbuntu 18.04
    linenumberstrue
    collapsetrue
    wget https://repository.project-moonshot.org/debian-moonshot/moonshot-repository.ubuntu18.deb
    dpkg -i moonshot-repository.ubuntu18.deb


    Code Block
    languagebash
    titleUbuntu 20.04
    linenumberstrue
    collapsetrue
    wget https://repository.project-moonshot.org/debian-moonshot/moonshot-repository.ubuntu20.deb
    dpkg -i moonshot-repository.ubuntu20.deb


  2. This installs the apt repository, the current Moonshot GPG key, and a package that can update both. This is the preferred method of deploying repository information.

    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
    linenumberstrue
    apt-get update


...