SolarNetwork Foundation Debian Package Repository (Staging)

This is the staging SolarNetwork Foundation Debian package repository.

To use this repository, follow the steps outlined below.

Import signing key

You'll need to import the GPG signing key to use this repository:

Debian 11+

sudo mkdir -p /etc/apt/keyrings && \
curl -s https://debian.repo.solarnetwork.org.nz/KEY.gpg \
|gpg --dearmor |sudo tee /etc/apt/keyrings/solarnetwork.gpg >/dev/null

Debian <11

curl -s https://debian.repo.solarnetwork.org.nz/KEY.gpg |sudo apt-key add -

Configure repository

Then you'll need to configure apt to use this repository by creating an /etc/apt/sources.list.d/solarnetwork.list file with the following content:

Debian 11 (Bullseye)

deb [signed-by=/etc/apt/keyrings/solarnetwork.gpg] https://debian.repo.stage.solarnetwork.org.nz bullseye main

Debian 10 (Buster)

deb https://debian.repo.stage.solarnetwork.org.nz buster main

Debian 9 (Stretch)

deb https://debian.repo.stage.solarnetwork.org.nz stretch main