Last active
December 26, 2016 12:31
-
-
Save bodja/a7e66751bda2a838fb90324c025d81c9 to your computer and use it in GitHub Desktop.
Update Winetricks of the WineskinWrapper
This file contains hidden or 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
| DESTINATION_FILE="/Users/$(id -un)/Library/Application Support/Wineskin/Wrapper/Wineskin-2.6.2.app/Wineskin.app/Contents/Resources/winetricks" | |
| curl https://raw.githubusercontent.com/Winetricks/winetricks/master/files/LATEST \ | |
| -o $DESTINATION_FILE \ | |
| && chmod +x $DESTINATION_FILE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment