Eth's Debian repo

DOWN FOR MAINTENANCE

how to install

  1. add this repo's GPG key to your APT keyring.
    
    $ curl https://debian.eth.moe/public-key | sudo tee /etc/apt/trusted.gpg.d/debian-eth-moe.asc
    			
    or
    
    $ wget -qO- https://debian.eth.moe/public-key | sudo tee /etc/apt/trusted.gpg.d/debian-eth-moe.asc
    			
  2. add this repo to your APT sources.
    
    $ cat /etc/apt/sources.list.d/debian-eth-moe.sources
    Architectures: all amd64 armhf
    Components: main
    Signed-By: /etc/apt/trusted.gpg.d/debian-eth-moe.asc
    Suites: buster
    Types: deb
    URIs: https://debian.eth.moe/debian/
    			

you can also browse the repo via the web.

further reading

this repository is managed using eth-aptly.