elecwhat-deb

elecwhat v1.9.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/piec/elecwhat-deb/gpgkey" | gpg --dearmor -o /etc/apt/keyrings/piec_elecwhat-deb-archive-keyring.gpg

Configure the source:

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

Package Installation

Update your local repository and install the package:

apt update && apt install elecwhat=1.9.0