Last active
July 15, 2020 10:20
-
-
Save samueljon/77368eff9cb7c790b328 to your computer and use it in GitHub Desktop.
Install wine + dotnet on osx via brew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
brew install wine-stable winetricks | |
WINEARCH=win32 WINEPREFIX=~/.wine winecfg | |
mkdir ~/.cache/winetricks/ | |
winetricks -q dotnet45 corefonts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@9nix6 thank you for the information. I've updated this gist. It has been a while since I have used it :-).