masterops v0.1.3

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/mohamed-tarek/masterops/gpgkey" | gpg --dearmor -o /etc/apt/keyrings/mohamed-tarek_masterops-archive-keyring.gpg

Configure the source:

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

Package Installation

Update your local repository and install the package:

apt update && apt install masterops=0.1.3