mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
8 lines
159 B
Bash
Executable file
8 lines
159 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
[ -z "$WITH_ERRORS" ] && set -e
|
|
|
|
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
|
|
source "$CUR_PATH/apps/installer/main.sh"
|