Version 0.94

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-05-17 14:13:12 +02:00
parent ced78d3656
commit ca803c0a47
3 changed files with 4 additions and 3 deletions

View File

@ -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 4. Extract all files to your existing bashbot dir
5. Run ```sudo ./bashbot.sh init``` to setup your environment after the update 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. 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/) 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 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 We stay with /bin/bash shebang, because using the system bash is more save, see
[Security Considerations](../README.md#Security-Considerations) [Security Considerations](../README.md#Security-Considerations)

View File

@ -43,6 +43,7 @@ Have FUN!
├── examples # example scripts and configs for bashbot ├── examples # example scripts and configs for bashbot
│   ├── README.md # description of files and examples │   ├── 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 │   └── bashbot.cron # example crontab
├── doc # Documentation and License ├── doc # Documentation and License