Browse Source

added fastdl

#721

Added to fn_getopt_generic for now, will need to remove from non-source games when core_getopt.sh rework comes out.
pull/1333/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
2ac7d096a3
  1. 3
      lgsm/functions/core_getopt.sh

3
lgsm/functions/core_getopt.sh

@ -43,6 +43,8 @@ case "${getopt}" in
command_install.sh;; command_install.sh;;
ai|auto-install) ai|auto-install)
fn_autoinstall;; fn_autoinstall;;
fd|fastdl)
command_fastdl.sh;;
mi|mods-install) mi|mods-install)
command_mods_install.sh;; command_mods_install.sh;;
mu|mods-update) mu|mods-update)
@ -82,6 +84,7 @@ case "${getopt}" in
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal." echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
echo -e "${blue}install\t${default}i |Install the server." echo -e "${blue}install\t${default}i |Install the server."
echo -e "${blue}auto-install\t${default}ai |Install the server, without prompts." echo -e "${blue}auto-install\t${default}ai |Install the server, without prompts."
echo -e "${blue}fastdl\t${default}fd |Generates or update a FastDL directory for your server."
echo -e "${blue}mods-install\t${default}mi |View and install available mods/addons." echo -e "${blue}mods-install\t${default}mi |View and install available mods/addons."
echo -e "${blue}mods-update\t${default}mu |Update installed mods/addons." echo -e "${blue}mods-update\t${default}mu |Update installed mods/addons."
echo -e "${blue}mods-remove\t${default}mr |Remove installed mods/addons." echo -e "${blue}mods-remove\t${default}mr |Remove installed mods/addons."

Loading…
Cancel
Save