No software updates
This commit is contained in:
parent
6d14eaee8c
commit
cec270adb3
|
|
@ -59,12 +59,6 @@ build {
|
|||
]
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
inline = [
|
||||
"softwareupdate --install --recommended --agree-to-license",
|
||||
]
|
||||
}
|
||||
|
||||
provisioner "shell" {
|
||||
inline = [
|
||||
"source ~/.zprofile",
|
||||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue