Welcome to packages.toki.co.nz

To use the Debian and Ubuntu repos import the key and add an apt sources file:

Debian:

wget -O - https://packages.toki.co.nz/debian/repository.key | sudo apt-key add -
sudo echo "deb http://packages.toki.co.nz/debian stretch main

Ubuntu:

wget -O - https://packages.toki.co.nz/ubuntu/repository.key | sudo apt-key add -
sudo echo "deb http://packages.toki.co.nz/ubuntu bionic main

Once the key is imported and the sources file added, refresh the package list and install packages:

sudo apt-get update
sudo apt-get install <package-name>

To use the Alpine Linux repository import the key and add the repository file:

wget -O /etc/apk/keys/andrew@toki.co.nz-602356a4.rsa.pub https://packages.toki.co.nz/alpine/andrew@toki.co.nz-602356a4.rsa.pub
echo "https://packages.toki.co.nz/alpine" >> /etc/apk/repositories
apk update
apk add <package-name>