Loading

Loading...
Admin-Login
| Theme: light

Debian repository

My software is available in compiled form, currently only for the adm64, arm64 and armhf architectures and only for debian based systems.

To use my repository please use the following shell commands to setup the apt sources...

The newer and recommended way:

wget -qO- https://t-5.eu/debian/t-5.eu.gpg | sudo tee /etc/apt/trusted.gpg.d/t-5.eu.gpg
sudo bash -c "echo deb https://t-5.eu/debian/ repo main > /etc/apt/sources.list.d/t-5.eu.list"
sudo apt-get update

The old/deprecated way:

wget -q https://t-5.eu/debian/pubkey.txt -O- | sudo apt-key add -
sudo bash -c "echo deb https://t-5.eu/debian/ repo main > /etc/apt/sources.list.d/t-5.eu.list"
sudo apt-get update