mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 10:07:30 +08:00
Fix macOS 13 arm64 software update part (#8772)
Co-authored-by: Alexey Ayupov <“alexey.ayupov@akvelon.com”>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#! /usr/bin/expect -f
|
||||
|
||||
set timeout -1
|
||||
spawn sudo /usr/sbin/softwareupdate --all --install --restart --verbose
|
||||
spawn sudo /usr/sbin/softwareupdate --restart --verbose --install "MACOSUPDATE"
|
||||
expect "Password*"
|
||||
send "[lindex $argv 0]\r"
|
||||
expect eof
|
||||
|
||||
Reference in New Issue
Block a user