Skip to content

Commit

Permalink
Agree to license.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored Nov 18, 2024
1 parent ed73b47 commit 11ded07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/softwareupdate.rake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace :softwareupdate do
task :rosetta do
next unless arm?

capture sudo, '/usr/sbin/softwareupdate', '--install-rosetta'
capture sudo, '/usr/sbin/softwareupdate', '--install-rosetta', '--agree-to-license'
end
end

Expand Down

0 comments on commit 11ded07

Please sign in to comment.