From 95b2b9a79dce2a73ecc0c899ecbcc8ac2e6428fb Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Sun, 29 Nov 2020 17:20:57 +0100 Subject: [PATCH] detect if no curl AND no wget --- README.html | 218 +++++++++++++------------ README.md | 2 +- README.txt | 7 +- bashbot.rc | 2 +- bashbot.sh | 32 ++-- commands.sh | 2 +- dev/hooks/pre-commit.sh | 2 +- doc/7_develop.md | 2 +- examples/bash2env.sh | 2 +- examples/jsonDB-keyboard/mycommands.sh | 2 +- modules/background.sh | 2 +- modules/sendMessage.sh | 2 +- mycommands.sh | 2 +- 13 files changed, 146 insertions(+), 131 deletions(-) diff --git a/README.html b/README.html index 4d91e68..9a235df 100644 --- a/README.html +++ b/README.html @@ -5,78 +5,82 @@ Bashbot README - - + -
+

Bashbot README

@@ -91,7 +95,7 @@ Written by Drew (@topkecleon) and Kay M (@gnadelwartz).

Uses JSON.sh and the magic of sed.

Even bashbot is written in bash, it depends on commands typically available in a Unix/Linux Environment. More concrete on the common commands provided by recent versions of coreutils, busybox or toybox, see Developer Notes

Note for MacOS and BSD Users: As bashbot heavily uses modern bash and (gnu) grep/sed features, bashbot will not run without installing additional software, see Install Bashbot

-

Note for embedded systems: busybox or toybox ONLY is not sufficient, you need a to install a "real" bash, see also Install Bashbot

+

Note for embedded systems: busybox or toybox ONLY is not sufficient, you need a to install a "real" bash, see also Install Bashbot

Bashbot Documentation and Downloads are available on www.github.com

Documentation