Skip to content

Commit

Permalink
Use Sonoma bottles
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Nov 9, 2024
1 parent 3ea3f99 commit 99e417e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brew-universalinstall/installu.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = async function(options) {
await x86install;

let armBrewOutput = "";
await exec.exec("brew", ["fetch", "--deps", "--bottle-tag=arm64_monterey", pk], {
await exec.exec("brew", ["fetch", "--deps", "--bottle-tag=arm64_sonoma", pk], {
listeners: {
stdout: data => {
armBrewOutput += data.toString();
Expand Down

0 comments on commit 99e417e

Please sign in to comment.