chore: revise install.sh script

This commit is contained in:
rsatrio 2025-07-04 22:08:22 +07:00
parent 50beeef63a
commit 7c912e656f

View file

@ -3,10 +3,10 @@
print_help() {
echo "Usage: $0 [-s y|n] [-t h|s|l|i|m|t] -u <webuser name> -p <password for web user>"
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
}