mirror of
https://github.com/hermensbas/azerothcore_installer.git
synced 2026-01-13 00:28:33 +00:00
Update setup.sh
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -86,10 +86,10 @@ echo "alias install='${ROOT_DIR}/script/1_source-install.sh'" >> ~/.bash_wow
|
|||||||
echo "alias update='${ROOT_DIR}/script/2_source-update.sh'" >> ~/.bash_wow
|
echo "alias update='${ROOT_DIR}/script/2_source-update.sh'" >> ~/.bash_wow
|
||||||
echo "alias build='${ROOT_DIR}/script/3_server-build.sh'" >> ~/.bash_wow
|
echo "alias build='${ROOT_DIR}/script/3_server-build.sh'" >> ~/.bash_wow
|
||||||
echo "alias compile='${ROOT_DIR}/script/4_server-compile.sh'" >> ~/.bash_wow
|
echo "alias compile='${ROOT_DIR}/script/4_server-compile.sh'" >> ~/.bash_wow
|
||||||
echo "alias compile debug='${ROOT_DIR}/script/4_server-compile.sh debug'" >> ~/.bash_wow
|
echo "alias compile_debug='${ROOT_DIR}/script/4_server-compile.sh debug'" >> ~/.bash_wow
|
||||||
echo "alias config='${ROOT_DIR}/script/5_server-configure.sh'" >> ~/.bash_wow
|
echo "alias config='${ROOT_DIR}/script/5_server-configure.sh'" >> ~/.bash_wow
|
||||||
echo "alias start='${ROOT_DIR}/script/6_server-start.sh'" >> ~/.bash_wow
|
echo "alias start='${ROOT_DIR}/script/6_server-start.sh'" >> ~/.bash_wow
|
||||||
echo "alias debug='${ROOT_DIR}/script/6_server-start.sh debug'" >> ~/.bash_wow
|
echo "alias start_debug='${ROOT_DIR}/script/6_server-start.sh debug'" >> ~/.bash_wow
|
||||||
echo "alias stop='tmux kill-server'" >> ~/.bash_wow
|
echo "alias stop='tmux kill-server'" >> ~/.bash_wow
|
||||||
echo "alias wow='cd ${SERVER_ROOT};tmux attach -t ${WORLDSERVER_SESSION}'" >> ~/.bash_wow
|
echo "alias wow='cd ${SERVER_ROOT};tmux attach -t ${WORLDSERVER_SESSION}'" >> ~/.bash_wow
|
||||||
echo "alias auth='cd ${SERVER_ROOT};tmux attach -t ${AUTHSERVER_SESSION}'" >> ~/.bash_wow
|
echo "alias auth='cd ${SERVER_ROOT};tmux attach -t ${AUTHSERVER_SESSION}'" >> ~/.bash_wow
|
||||||
|
|||||||
Reference in New Issue
Block a user