mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +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
|