-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Homebrew working #357
Comments
Libinfo should now attempt to do directory service related stuff. darlinghq/darling#357
Many xpc functions related to talking to DirectoryService are stubs, so this won’t work. This does get it to attempt talking to DirectoryService, however.
The Homebrew installer now successfully installs Homebrew! Due to the Unfortunately, |
@stek29 and @facekapow , is it safe to install Homebrew inside Darling? |
@gusbemacbe Absolutely. It might take a couple runs of the installer due to a couple of bugs like I mentioned above, but it should install and run just fine. Oh, and I forgot to update this issue after fixing a couple of issues with Homebrew: installing software should now work, though Homebrew might hang sometimes. If that happens, just Ctrl-C/kill Homebrew and run it again and it should work fine after that. |
i'm on version 2023-05-02, and i couldn't get homebrew working, i'm getting stuck on this error:
i'm not familiar with how the container system works so i'm not sure if this is related to darling or nixos, which i'm using |
Install script
So, Homebrew install script kinda works with following diff if you install CL Tools first:
admin
group doesn't exist on darling, see "admin" group missing #355But, it's unable to download Homebrew anyway:
The text was updated successfully, but these errors were encountered: