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.
Compatible architectures: amd64 and arm64.

Install keyring package

Step 1
SH
$ curl -fsSLo /tmp/arzaroth-archive-keyring_1.0.0_all.deb \
>  https://deb.arzaroth.com/pool/main/a/arzaroth-archive-keyring/arzaroth-archive-keyring_1.0.0_all.deb
$ sudo dpkg -i /tmp/arzaroth-archive-keyring_1.0.0_all.deb

Add apt source

Step 2
SH
$ ARCH="$(dpkg --print-architecture)"
$ 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: ${ARCH}
Signed-By: /usr/share/keyrings/arzaroth-archive-keyring.gpg
EOF
SH
$ ARCH="$(dpkg --print-architecture)"
$ echo "deb [arch=${ARCH} signed-by=/usr/share/keyrings/arzaroth-archive-keyring.gpg] https://deb.arzaroth.com/ all main" | \
>  sudo tee /etc/apt/sources.list.d/arzaroth.list >/dev/null

Verify and install

Step 3
SH
$ 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).