Skip to content

Instantly share code, notes, and snippets.

@samueljon
Last active July 15, 2020 10:20
Show Gist options
  • Save samueljon/77368eff9cb7c790b328 to your computer and use it in GitHub Desktop.
Save samueljon/77368eff9cb7c790b328 to your computer and use it in GitHub Desktop.
Install wine + dotnet on osx via brew
#!/bin/bash
brew install wine-stable winetricks
WINEARCH=win32 WINEPREFIX=~/.wine winecfg
mkdir ~/.cache/winetricks/
winetricks -q dotnet45 corefonts
@9nix6
Copy link

9nix6 commented Feb 29, 2020

please fix line 3: to read:
brew cask install wine-stable winetricks

@samueljon
Copy link
Author

@9nix6 thank you for the information. I've updated this gist. It has been a while since I have used it :-).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment