pkgs.fredrir.com
Debian and Ubuntu
curl -fsSL https://pkgs.fredrir.com/keys/fredrir.asc | sudo tee /etc/apt/keyrings/fredrir.asc >/dev/null
echo "deb [signed-by=/etc/apt/keyrings/fredrir.asc] https://pkgs.fredrir.com/deb stable main" | sudo tee /etc/apt/sources.list.d/fredrir.list
sudo apt update && sudo apt install TOOL
Fedora, RHEL and openSUSE
sudo curl -fsSLo /etc/yum.repos.d/fredrir.repo https://pkgs.fredrir.com/rpm/fredrir.repo && sudo dnf install TOOL
sudo zypper addrepo https://pkgs.fredrir.com/rpm/fredrir.repo && sudo zypper install TOOL
Alpine
wget -qO /etc/apk/keys/fredrir.rsa.pub https://pkgs.fredrir.com/keys/fredrir.rsa.pub
echo https://pkgs.fredrir.com/apk >> /etc/apk/repositories && apk add TOOL
Homebrew, Arch and Nix
brew install fredrir/tap/TOOL
yay -S TOOL # or TOOL-bin
nix run github:fredrir/nur-packages#TOOL
Any Linux or macOS
curl -fsSL https://pkgs.fredrir.com/install.sh | sh -s -- TOOL