Fix indentation and upgrade scripts

This commit is contained in:
Pijus Kamandulis 2019-07-10 23:12:09 +03:00
parent bbd20575aa
commit 41a79655ff
4 changed files with 105 additions and 102 deletions

View File

@ -3,7 +3,6 @@ sv_password ""
sv_lan 0
sv_region 255
// if these configs somehow won't load from your server, try remove any comments that marked as '//'.
// Fore more info about all configs:
// Read the Wiki:
// https://project.wolvindra.net/phe/new/faq/?dir=Config&gettopic=Common_Server_Config

View File

@ -1,5 +1,6 @@
#!/bin/sh
gmod_dir=/home/steam/gmodds
steam_dir=/home/steam/Steam/steamcmd.sh
cfgs_map=(
'server.cfg;garrysmod/cfg/server.cfg'
'sh_phe_additional_taunts.lua;garrysmod/gamemodes/prop_hunt/gamemode/config/sh_phe_additional_taunts.lua'

View File

@ -1,6 +1,9 @@
#!/bin/bash
source config.sh
# Update game
$steam_dir +login anonymous +force_install_dir $gmod_dir +app_update 4020 +quit
# Get latest cfgs
git pull