face-hh / webx

An alternative for the World Wide Web - browse websites such as buss://yippie.rizz made in HTML, CSS and Lua. Custom web browser, custom HTML rendering engine, custom search engine, and more.
Apache License 2.0
1.84k stars 155 forks source link

Auto set required environment variable HOMEBREW_CELLAR for `install-macos` #126

Closed Carlos-Mero closed 4 months ago

Carlos-Mero commented 4 months ago

When I first run ./install-macos on my machine I got an unexpected error, which turned out that the original scripts tried to refer to the environment variable HOMEBREW_CELLAR, but I didn't explicitly set that env on my machine. I just added some lines of code so that the install scripts can automatically detects and sets the correct env for the current machine.

This could avoid crashes in cases like me.