From ce8edb03d1b45bf070e5d3b6227d9948e7b88d92 Mon Sep 17 00:00:00 2001 From: bashermens <31279994+hermensbas@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:10:18 +0100 Subject: [PATCH] Update setup.sh --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index f098627..5144f19 100755 --- a/setup.sh +++ b/setup.sh @@ -86,6 +86,7 @@ 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 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 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 start='${ROOT_DIR}/script/6_server-start.sh'" >> ~/.bash_wow echo "alias debug='${ROOT_DIR}/script/6_server-start.sh debug'" >> ~/.bash_wow