(01)Install Buildkite
Linux
1# Install agent2curl -fsSL https://apt.buildkite.com/buildkite-agent.gpg.key | sudo apt-key add -3echo "deb https://apt.buildkite.com/buildkite-agent stable main" | sudo tee /etc/apt/sources.list.d/buildkite-agent.list4sudo apt-get update && sudo apt-get install -y buildkite-agent