Skip to content

Commit

Permalink
Run wineboot -u due to some Wine issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed May 9, 2019
1 parent 20721db commit a500fb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install_mt4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ type winetricks >/dev/null
. "$CWD/.funcs.cmds.inc.sh"

# Activates display.
echo "Configuring display..." >&2
set_display

# Updates Wine configuration.
echo "Updating configuration..." >&2
wineboot -u

echo "Installing winhttp..." >&2
winetricks -q winhttp

Expand Down
5 changes: 5 additions & 0 deletions scripts/install_mt5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ type winetricks >/dev/null
. "$CWD/.funcs.cmds.inc.sh"

# Activates display.
echo "Configuring display..." >&2
set_display

# Updates Wine configuration.
echo "Updating configuration..." >&2
wineboot -u

echo "Installing winhttp..." >&2
winetricks -q winhttp

Expand Down

0 comments on commit a500fb6

Please sign in to comment.