Silver Linings, LLC - APT Repository

This repository hosts Debian packages for Silver Linings, LLC projects, served at https://projects.thedude.vip/apt/ and managed with reprepro.

Current Packages

Adding this repo to a server

On a fresh Ubuntu or Debian server, run as root:

sudo bash -c "$(curl -fsSL https://projects.thedude.vip/apt/install-repo.sh)"

This adds the GPG signing key, writes /etc/apt/sources.list.d/thedude.list, and runs apt-get update. It will interactively ask whether to track the stable or unstable distribution (unstable is the default; stable is for tested, production-ready releases). Running it again on a server that already has the repo configured lets you keep the current channel or switch between stable/unstable.

Once added, install any package normally:

sudo apt install bad-ips

Distributions

GPG Key

Packages are signed with the Silver Linings, LLC key, fingerprint 1BE3 9A11 42DE B082 5A01 30CE 0790 077D F5F9 3114. The public key is published at https://projects.thedude.vip/apt/silver-linings.gpg.keyinstall-repo.sh fetches and installs it automatically.