Skip to content

Instantly share code, notes, and snippets.

@bodja
Last active December 26, 2016 12:31
Show Gist options
  • Select an option

  • Save bodja/a7e66751bda2a838fb90324c025d81c9 to your computer and use it in GitHub Desktop.

Select an option

Save bodja/a7e66751bda2a838fb90324c025d81c9 to your computer and use it in GitHub Desktop.
Update Winetricks of the WineskinWrapper
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