From ca803c0a47699a6f0e4a43b5c1abeb035290e065 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Sun, 17 May 2020 14:13:12 +0200 Subject: [PATCH] Version 0.94 --- README.md | 2 +- doc/0_install.md | 4 ++-- doc/2_usage.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9664250..4b633c4 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ In addition bashbot has a [test suite](doc/7_develop.md) to check if important f **We stay with /bin/bash shebang, because it's more save from security perspective.** Using the system provided bash makes it harder for attackers or users to place alternative versions of bash and avoids using -possibly broken, mangled or compromised bash executables. +possibly broken, mangled or compromised bash executables. If you are a MacOS user or forced to use an alternative bash, see [Install Bashbot](doc/0_install.md) diff --git a/doc/0_install.md b/doc/0_install.md index a14937f..eb69328 100644 --- a/doc/0_install.md +++ b/doc/0_install.md @@ -39,7 +39,7 @@ As an alternative to download the zip files, you can clone the github repository 4. Extract all files to your existing bashbot dir 5. Run ```sudo ./bashbot.sh init``` to setup your environment after the update -If you modified 'commands.sh' move your changes to 'mycommands.sh', this avoids overwrrite of you changes on updates. +If you modified ```commands.sh``` move your changes to ```mycommands.sh```, this avoids overwrrite of you changes on updates. Now you can restart your bashbot instances. @@ -49,7 +49,7 @@ You must install a more current version of bash, as the default bash is way to o see e.g. [Install Bash on Mac](http://macappstore.org/bash/) After installation / update of bashbot you must change the shebang line to point to your bash location -e.g. with the provided script 'examples/bash2env.sh' +e.g. with the provided script ```examples/bash2env.sh``` We stay with /bin/bash shebang, because using the system bash is more save, see [Security Considerations](../README.md#Security-Considerations) diff --git a/doc/2_usage.md b/doc/2_usage.md index a8c26c3..3a997af 100644 --- a/doc/2_usage.md +++ b/doc/2_usage.md @@ -43,6 +43,7 @@ Have FUN! │ ├── examples # example scripts and configs for bashbot │   ├── README.md # description of files and examples +│   ├── bash2env.shh # script to convert /bin/bash shebang to /usr/bin/env, see [Security Considerations](../README.md#Security-Considerations) │   └── bashbot.cron # example crontab │ ├── doc # Documentation and License