Replies: 1 comment
-
There are multiple issues here:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to install the Homebrew package manager through a .NET Core console application on a computer with macOS (Big Sur), as indicated on the Homebrew website, the following command must be entered in the mac terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
If I enter it in the mac terminal directly, it works fine, but when I try to get the console application to execute the same command using CliWrap but I don't get any error, there is no response, just nothing happens. This is the code I am using:
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions