gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
656 B
14 lines
656 B
#!/bin/bash
|
|
# LinuxGSM install_mta_resources.sh function
|
|
# Author: Daniel Gibbs
|
|
# Contributor: ChaosMTA
|
|
# Website: https://gameservermanagers.com
|
|
# Description: Installs the libmysqlclient for database functions on the server and optionally installs default resources required to run the server
|
|
|
|
local commandname="INSTALL"
|
|
local commandaction="Install"
|
|
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
|
|
|
|
fn_print_information_nl "${gamename} will not function without resources!"
|
|
echo " * install default resources using ./${selfname} install-default-resources"
|
|
echo " * download resources from https://community.multitheftauto.com"
|
|
|