mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-30 21:38:26 +08:00
[macOS] update scripts to fix image generation (#7608)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#! /usr/bin/expect -f
|
||||
|
||||
set timeout -1
|
||||
spawn sudo /usr/sbin/softwareupdate --all --install --restart --verbose
|
||||
expect "Password*"
|
||||
send "[lindex $argv 0]\r"
|
||||
expect eof
|
||||
Reference in New Issue
Block a user