Installation

Step-by-step guide to installing SHCP.

Add the APT Repository

curl -fsSL https://repo.senternaltech.com/shcp-archive.asc | sudo gpg --dearmor -o /usr/share/keyrings/senternal.gpg
echo "deb [signed-by=/usr/share/keyrings/senternal.gpg] https://repo.senternaltech.com/debian trixie main" | sudo tee /etc/apt/sources.list.d/senternal.list
sudo apt update

Install SHCP

sudo apt install shcpd

Verify Installation

shcpd --version
systemctl status shcpd