Skip to content

Commit

Permalink
Exports WINETRICKS_DOWNLOADER_RETRIES to be recognized by winetricks
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed May 9, 2019
1 parent a500fb6 commit 985387d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install_mt4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
CWD="$( (cd -P -- "$(dirname -- "$0")" 2>/dev/null && pwd -P) || pwd -P)"
type winetricks >/dev/null

# Load variables.
export WINETRICKS_DOWNLOADER_RETRIES=${WINETRICKS_DOWNLOADER_RETRIES:-10}

# Load the shell functions.
. "$CWD/.funcs.inc.sh"
. "$CWD/.funcs.cmds.inc.sh"
Expand Down
3 changes: 3 additions & 0 deletions scripts/install_mt5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
CWD="$(cd -P -- "$(dirname -- "$0")" 2>/dev/null; pwd -P)"
type winetricks >/dev/null

# Load variables.
export WINETRICKS_DOWNLOADER_RETRIES=${WINETRICKS_DOWNLOADER_RETRIES:-10}

# Load the shell functions.
. "$CWD/.funcs.inc.sh"
. "$CWD/.funcs.cmds.inc.sh"
Expand Down

0 comments on commit 985387d

Please sign in to comment.