prophunt-garrysmod/experimental.sh
2018-09-19 23:05:35 +02:00

11 lines
372 B
Bash

#!/bin/bash
set -e
#this is a simple option for myself, but you can use it too
if [ "$USE_MY_REPLACER_CONFIG" = "true" ]; then
mkdir -p "{$SERVER_PATH}/garrysmod/data/jusito_ttt_entity_replace"
wget -O "{$SERVER_PATH}/garrysmod/data/jusito_ttt_entity_replace/config.txt" "https://raw.githubusercontent.com/jusito/ttt_entity_replace/master/config.txt.example_fas2"
fi