Browse Source

Added fn_install_ts3 to installer

pull/405/head
Daniel Gibbs 10 years ago
parent
commit
8f674c9f21
  1. 10
      functions/fn_install

10
functions/fn_install

@ -2,7 +2,7 @@
# LGSM fn_install function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 060315
# Version: 190515
fn_check_root
fn_install_header
@ -15,12 +15,12 @@ if [ "${gamename}" == "Unreal Tournament 2004" ]; then
fn_install_ut2k4filesdl
fn_install_ut2k4
fn_install_ut2k4key
fi
if [ "${gamename}" == "Unreal Tournament 99" ]; then
elif [ "${gamename}" == "Unreal Tournament 99" ]; then
fn_install_ut99filesdl
fn_install_ut99
fi
if [ ! -z "${appid}" ]; then
elif [ "${gamename}" == "Teamspeak 3" ]; then
fn_install_ts3
elif [ ! -z "${appid}" ]; then
fn_install_steamcmd
fn_install_serverfiles
fn_install_steamfix

Loading…
Cancel
Save