My automated APT repo

pipeline status

This is an APT repository which pulls stuff I like from various places in the internet, and makes it easily installable/upgradeable on any Debian-ish machine.

The repository is autoupdated daily, using scheduled Gitlab CI pipelines.

Some packages are simply downloaded as debs from upstream (be it Github releases pages, or other APT repositories), some are built within this project’s pipelines.

Provided packages

Usage

On Debian Stretch and earlier, it is recommended to install apt-transport-https package first:

$ sudo apt-get update && sudo apt-get install apt-transport-https

Import the repo signing key:

$ wget -q -O - https://apt.psliwka.app/signing.key | sudo apt-key add -

Then add the repo to sources list:

$ echo "deb https://apt.psliwka.app unstable main" | sudo tee /etc/apt/sources.list.d/psliwka.list

After next apt update, new packages should be available to install.