Skip to content

Commit 3a5685a

Browse files
Update examples/dynamic-ubuntu-wait/packer-build.json
Co-authored-by: Yevgeniy Brikman <[email protected]>
1 parent a67d194 commit 3a5685a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dynamic-ubuntu-wait/packer-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"type": "shell",
3030
"inline": [
3131
"# 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",
32+
"curl -LsS https://raw.githubusercontent.com/gruntwork-io/bash-commons/{{user `module_branch`}}/modules/bash-commons/src/dynamic-ubuntu-wait.sh | bash",
3333
"sudo apt-get -y update"
3434
]
3535
},{

0 commit comments

Comments
 (0)