LinuxGSM/lgsm/modules/install_mta_resources.sh

13 lines
606 B
Bash

#!/bin/bash
# LinuxGSM install_mta_resources.sh module
# Author: Daniel Gibbs
# Contributors: http://linuxgsm.com/contrib
# Website: https://linuxgsm.com
# Description: Installs the libmysqlclient for database functions on the server and optionally installs default resources required to run the server.
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
fn_print_information_nl "${gamename} will not function without resources!"
echo -e " * install default resources using ./${selfname} install-default-resources"
echo -e " * download resources from https://community.multitheftauto.com"