# Unofficial Innernet APT Repository [![Update Repository](https://github.com/tommie/innernet-debian/actions/workflows/main.yml/badge.svg?event=schedule)](https://github.com/tommie/innernet-debian/actions/workflows/main.yml) This is a Ubuntu/Debian APT repository containing `.deb` files from https://github.com/tonarino/innernet/releases. The updates are fully reproducible through GitHub Actions. For more information, see https://github.com/tonarino/innernet. ## Installation ### Adding the Repository ```sh codename=$(lsb_release --codename --short) curl -sS https://tommie.github.io/innernet-debian/repository.asc | sudo tee /etc/apt/keyrings/github-tommie-innernet.asc >/dev/null cat >/etc/apt/sources.list.d/innernet.list <