Skip to content

Commit

Permalink
Installs Winetricks
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Mar 30, 2019
1 parent 010d436 commit 0ed8d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ case "$(uname -s)" in
apt-get install -qq winehq-devel wine-gecko --install-recommends # Install Wine.
apt-get install -qq xvfb xdotool x11-utils xterm # Virtual frame buffer and X11 utils.

# Setup display.
# Install Winetricks.
curl -sL https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks | install /dev/stdin /usr/local/bin/winetricks

# Install AHK.
if [ -n "$PROVISION_AHK" ]; then
Expand Down

0 comments on commit 0ed8d43

Please sign in to comment.