install_mta_resources.sh 648 B

1234567891011121314
  1. #!/bin/bash
  2. # LinuxGSM install_mta_resources.sh function
  3. # Author: Daniel Gibbs
  4. # Contributor: ChaosMTA
  5. # Website: https://linuxgsm.com
  6. # Description: Installs the libmysqlclient for database functions on the server and optionally installs default resources required to run the server
  7. local commandname="INSTALL"
  8. local commandaction="Install"
  9. local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  10. fn_print_information_nl "${gamename} will not function without resources!"
  11. echo " * install default resources using ./${selfname} install-default-resources"
  12. echo " * download resources from https://community.multitheftauto.com"