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 a67d194 commit 3a5685aCopy full SHA for 3a5685a
examples/dynamic-ubuntu-wait/packer-build.json
@@ -29,7 +29,7 @@
29
"type": "shell",
30
"inline": [
31
"# Get around issue where automatic ubuntu updates prevent package installation.",
32
- "curl -Ls https://raw.githubusercontent.com/gruntwork-io/bash-commons/{{user `module_branch`}}/modules/bash-commons/src/dynamic-ubuntu-wait.sh | bash",
+ "curl -LsS https://raw.githubusercontent.com/gruntwork-io/bash-commons/{{user `module_branch`}}/modules/bash-commons/src/dynamic-ubuntu-wait.sh | bash",
33
"sudo apt-get -y update"
34
]
35
},{
0 commit comments