From 7c912e656f0374be2f8f8c84ca9605764c33a749 Mon Sep 17 00:00:00 2001 From: rsatrio Date: Fri, 4 Jul 2025 22:08:22 +0700 Subject: [PATCH] chore: revise install.sh script --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 318a7ff3..49f83dca 100755 --- a/install.sh +++ b/install.sh @@ -3,10 +3,10 @@ print_help() { echo "Usage: $0 [-s y|n] [-t h|s|l|i|m|t] -u -p " - echo " -s: yes or no (optional)" - echo " -t: h (host),s (sensor), l (llm), i(mini),m(mobile),t(tarpit) (optional)" - echo " -u: web username (optional)" - echo " -p: password for web user (optional)" + echo " -s: Supress Install(y/n) question. Value accepted: yes or no (optional)" + echo " -t: Type of installation. Value accepted: h (hive),s (sensor), l (llm), i(mini),m(mobile),t(tarpit) (optional)" + echo " -u: web username (mandatory for hive installation, otherwirse optional)" + echo " -p: password for web user (mandatory for hive installation, otherwirse optional)" exit 1 }