Skip to content

Instantly share code, notes, and snippets.

View Zoidwaffle's full-sized avatar

Peter Zoidwaffle

  • Copenhagen, Denmark
View GitHub Profile
@Zoidwaffle
Zoidwaffle / update-trinitycore.sh
Created February 25, 2012 22:37
Attempts to make it easy to maintain an updated TrinityCore server on a Linux system
#!/bin/bash
########################################################################################
# Purpose : Updates TrinityCore
#######################################################################################
# Home for the trinity/server user (suggested user "trinity")
HOME="/home/trinity"
# Location of the ACE library, "/usr/lib" is default for system wide installation
LIBACE="/usr/lib"