aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/installers/nomad.bash
blob: 80215cc1ade505906f29933e7ac87d1a8203a2e8 (plain)
1
2
3
4
5
curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add -
echo "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" > /etc/apt/sources.list.d/nomad.list

apt-get update
apt-get install -y nomad