Browse Source

fix.sh

accounting for the new d/l function
pull/2908/head
scott 5 years ago
parent
commit
1c233e5452
  1. 2
      lgsm/functions/fix_openttd.sh

2
lgsm/functions/fix_openttd.sh

@ -10,5 +10,5 @@ local commandaction="Fix"
mkdir "${rootdir}/.openttd/baseset"
fn_print_information_nl "Downloading graphics pack"
fn_fetch_file "https://cdn.openttd.org/opengfx-releases/0.6.0/opengfx-0.6.0-all.zip" "${tmpdir}" "opengfx-0.6.0-all.zip" "nochmodx" "norun" "noforce" "994d8ce816542b74130964971736d4d6"
fn_fetch_file "https://cdn.openttd.org/opengfx-releases/0.6.0/opengfx-0.6.0-all.zip" "" "" "" "${tmpdir}" "opengfx-0.6.0-all.zip" "nochmodx" "norun" "noforce" "994d8ce816542b74130964971736d4d6"
fn_dl_extract "${tmpdir}" "opengfx-0.6.0-all.zip" "${rootdir}/.openttd/baseset"
Loading…
Cancel
Save