3 changed files with 9 additions and 9 deletions
@ -1,14 +1,14 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
# LinuxGSM install_steamcmd.sh module |
# LinuxGSM update_xnt module |
||||
# Author: Daniel Gibbs |
# Author: Daniel Gibbs |
||||
# Contributors: http://linuxgsm.com/contrib |
# Contributors: http://linuxgsm.com/contrib |
||||
# Website: https://linuxgsm.com |
# Website: https://linuxgsm.com |
||||
# Description: Downloads SteamCMD on install. |
# Description: Install Xonotic Default Config |
||||
|
|
||||
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
||||
|
|
||||
echo -e "" |
echo -e "" |
||||
echo -e "${bold}${lightyellow}Installing Xonotic${default}" |
echo -e "${bold}${lightyellow}Installing Xonotic${default}" |
||||
fn_messages_separator |
fn_messages_separator |
||||
mkdir -p "${serverfiles}/${selfname}/data" |
mkdir -p "${serverfiles}/Xonotic/${selfname}/data" |
||||
cp "${serverfiles}/server/server.cfg ${serverfiles}/${selfname}/data/server.cfg" |
cp "${serverfiles}/Xonotic/server/server.cfg ${serverfiles}/Xonotic/${selfname}/data/server.cfg" |
||||
|
Loading…
Reference in new issue