SCION

scion-daemon v0.14.0

Instructions

Registry Configuration

You may need to install curl and/or gpg first, if you're on a very minimal host:

apt update && apt install curl gpg -y

Install the registry signing key:

curl -fsSL "https://packages.buildkite.com/scionproto/scion/gpgkey" | gpg --dearmor -o /etc/apt/keyrings/scionproto_scion-archive-keyring.gpg

Configure the source:

echo -e "deb [signed-by=/etc/apt/keyrings/scionproto_scion-archive-keyring.gpg] https://packages.buildkite.com/scionproto/scion/any/ any main\ndeb-src [signed-by=/etc/apt/keyrings/scionproto_scion-archive-keyring.gpg] https://packages.buildkite.com/scionproto/scion/any/ any main" > /etc/apt/sources.list.d/buildkite-scionproto-scion.list

Package Installation

Update your local repository and install the package:

apt update && apt install scion-daemon=0.14.0