Browse Source

fix(mta): prevent default resources exit from installer

pull/4146/head
Daniel Gibbs 3 years ago
parent
commit
367886531b
  1. 4
      lgsm/functions/command_install_resources_mta.sh

4
lgsm/functions/command_install_resources_mta.sh

@ -12,7 +12,7 @@ fn_firstcommand_set
fn_install_resources() {
echo -e ""
echo -e "Installing Default Resources"
echo -e "${lightyellow}Installing Default Resources${default}"
echo -e "================================="
fn_fetch_file "http://mirror.mtasa.com/mtasa/resources/mtasa-resources-latest.zip" "" "" "" "${tmpdir}" "mtasa-resources-latest.zip" "nochmodx" "norun" "noforce" "nohash"
fn_dl_extract "${tmpdir}" "mtasa-resources-latest.zip" "${resourcesdir}"
@ -30,5 +30,3 @@ else
fn_print_warning_nl "Default resources are not installed when using ./${selfname} auto-install."
fn_print_information_nl "To install default resources use ./${selfname} install"
fi
core_exit.sh

Loading…
Cancel
Save