We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9100ff8 commit 6890582Copy full SHA for 6890582
Vagrantfile
@@ -31,7 +31,7 @@ Vagrant.configure("2") do |config|
31
32
# Install nomad-0.11.3
33
if [ ! -f "/usr/bin/nomad" ]; then
34
- wget --quiet https://releases.hashicorp.com/nomad/0.11.3/nomad_0.11.3_linux_amd64.zip
+ wget --quiet https://releases.hashicorp.com/nomad/0.11.3/nomad_0.11.3_linux_amd64.zip
35
unzip nomad_0.11.3_linux_amd64.zip -d /usr/bin
36
chmod +x /usr/bin/nomad
37
rm -f nomad_0.11.3_linux_amd64.zip
0 commit comments