Skip to content

Commit

Permalink
brew
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Oct 26, 2023
1 parent 522a6be commit 155188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudmesh/common/Shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def install_brew():


# command = 'NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"'
command = 'osascript -e \'tell application "Terminal" to do script "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"\''
command = 'osascript -e \'tell application "Terminal" to do script "/bin/bash -c \\"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\\""\''

try:
subprocess.run(command, shell=True, check=True)
Expand Down

0 comments on commit 155188f

Please sign in to comment.