Installation
SHCP is distributed via the Senternal APT and DNF repositories. Pick the section for your distribution.
Debian / Ubuntu
echo "deb https://repo.shcp.dev/debian trixie main shcp-0.1" \
| sudo tee /etc/apt/sources.list.d/senternal.list
sudo apt update
sudo apt install shcpd
Enterprise Linux 9 / 10
sudo tee /etc/yum.repos.d/senternal.repo <<'EOF'
[senternal]
name=Senternal RPM
baseurl=https://repo.shcp.dev/rpm/el10/0.0
enabled=1
gpgcheck=0
EOF
sudo dnf install shcpd
After installation, start the service with sudo systemctl enable --now shcpd.