From 26da0bef9b7d9cc87744c085c212ff9696b9f73c Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:14:39 +0200 Subject: [PATCH] Update menu.sh --- menu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/menu.sh b/menu.sh index 506720d..b7275de 100755 --- a/menu.sh +++ b/menu.sh @@ -31,6 +31,7 @@ echo "## After first run TYPE 'source ~/.bashrc' !!!!!!!!" echo "###########################################################################################" echo " " echo "## After the above you can use the following commands:" +echo "### menu - Shows menu" echo "### install - Download the source source-code" echo "### update - Updates source-code to latest version" echo "### build - Builds the server based on source-code"