From d6bd536d0f64622ebc1e5b723a61064cfb6c9618 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:32:27 +0200 Subject: [PATCH] Update 0_variables.sh --- 0_variables.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/0_variables.sh b/0_variables.sh index c7c54fc..e37a425 100755 --- a/0_variables.sh +++ b/0_variables.sh @@ -64,6 +64,7 @@ echo "export DATAPATH=${DATAPATH}" >> ~/.bash_wow #---------------------------------------------------------------------------------------- # Add alias to ~/.bash_wow #---------------------------------------------------------------------------------------- +echo "alias install='${ROOT_DIR}/1_source-install.sh'" >> ~/.bash_wow echo "alias update='${ROOT_DIR}/2_source-update.sh'" >> ~/.bash_wow echo "alias build='${ROOT_DIR}/3_server-build.sh'" >> ~/.bash_wow echo "alias compile='${ROOT_DIR}/4_server-compile.sh'" >> ~/.bash_wow @@ -81,6 +82,7 @@ echo "########################################################################## echo "## After the first install or changes either reboot or TYPE 'source ~/.bashrc' !!!!!!!!" echo "###########################################################################################" echo "## After the above you can use the following commands:" +echo "### install - Download the source source-code" echo "### update - Updates source-code to latest version" echo "### build - Builds the server based on source-code" echo "### compile - Compiles the code based on the build server"