mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
5 lines
116 B
Bash
5 lines
116 B
Bash
#!/bin/bash -e -o pipefail
|
|
|
|
echo 'Installing Rosetta'
|
|
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
|