Welcome to Arzaroth DEB repository

This repository distributes Debian packages for selected upstream tools.
Use the commands below to add the signing key, enable the source, and install packages.

Install repository key

Step 1
$ sudo install -d -m 0755 /etc/apt/keyrings
$ curl -fsSL https://deb.arzaroth.com/DEB-GPG-KEY-ARMORED.asc | \
  sudo gpg --dearmor -o /etc/apt/keyrings/arzaroth.gpg
$ sudo chmod 0644 /etc/apt/keyrings/arzaroth.gpg

Add apt source and update

Step 2
$ cat <<'EOF' | sudo tee /etc/apt/sources.list.d/arzaroth.sources >/dev/null
Types: deb
URIs: https://deb.arzaroth.com/
Suites: all
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/arzaroth.gpg
EOF
$ echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/arzaroth.gpg] https://deb.arzaroth.com/ all main" | \
  sudo tee /etc/apt/sources.list.d/arzaroth.list >/dev/null

Verify and install

Step 3
$ sudo apt update
$ apt-cache policy bat zellij-musl sd-musl procs
$ sudo apt install bat zellij-musl
Package names follow Debian package metadata (upstream names).