install_mta_resources.sh 607 B

123456789101112
  1. #!/bin/bash
  2. # LinuxGSM install_mta_resources.sh module
  3. # Author: Daniel Gibbs
  4. # Contributors: https://linuxgsm.com/contrib
  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. moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  8. fn_print_information_nl "${gamename} will not function without resources!"
  9. echo -e " * install default resources using ./${selfname} install-default-resources"
  10. echo -e " * download resources from https://community.multitheftauto.com"