🐌 shellcell packages

Published with snailmail.

Binaries

Every release, for every platform. Verify with the checksums beside them.

curl -LO https://dl.shellcell.dev/releases/snailmail/0.1.2/snailmail_0.1.2_linux_amd64.tar.gz
curl -LO https://dl.shellcell.dev/releases/SHA256SUMS
sha256sum -c --ignore-missing SHA256SUMS

Browse all binaries →

Debian and Ubuntu

This repository is not signed yet. Until it is, apt needs [trusted=yes], which means nothing verifies what you install. Prefer the binaries above if that matters to you.
echo 'deb [trusted=yes] https://dl.shellcell.dev/apt stable main' \
  | sudo tee /etc/apt/sources.list.d/shellcell.list
sudo apt-get update
sudo apt-get install snailmail

Helm

helm repo add shellcell https://dl.shellcell.dev/charts
helm repo update