timkurvers / valheim-macos

Build-your-own Valheim build for macOS
MIT License
270 stars 14 forks source link

Command not found #30

Closed Lajber closed 1 year ago

Lajber commented 1 year ago

I have been having issue after typing in the username I get the response "./build.sh: line 61: dotnet: command not found", I downloaded dotnet and tried to find an solution for this but none worked. Screenshot

timkurvers commented 1 year ago

Could you try opening a fresh terminal window and executing: dotnet --version.

If that prints a version (e.g. 7.0.100), try running the script again. If it does not print the version, the dotnet install did not succeed.

Lajber commented 1 year ago

I used the offical Dotnet installer and it seems that it didn't install properly. I tried the method with Homebrew and it no longer showed that message after entering the username.