Skip to content

Commit

Permalink
No software updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Jan 6, 2025
1 parent 6d14eae commit cec270a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions templates/base.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ build {
]
}

provisioner "shell" {
inline = [
"softwareupdate --install --recommended --agree-to-license",
]
}

provisioner "shell" {
inline = [
"source ~/.zprofile",
Expand Down Expand Up @@ -146,12 +140,6 @@ build {
script = "scripts/automationmodetool.expect"
}

provisioner "shell" {
inline = [
"softwareupdate --install --recommended --agree-to-license",
]
}

// some other health checks
provisioner "shell" {
inline = [
Expand Down

0 comments on commit cec270a

Please sign in to comment.