bHELPER/README.md

23 lines
598 B
Markdown
Raw Normal View History

2021-01-24 15:35:33 +01:00
# bHELPER
2021-01-17 20:51:49 +01:00
2021-01-25 21:44:51 +01:00
## Installation
2021-01-25 21:54:21 +01:00
Please open a Terminal and copy and paste the following line into it and press ENTER.
This you only have to do once.
2021-01-25 21:54:48 +01:00
Afterwards you start bHELPER with a click on an icon on your desktop.
2021-01-25 21:48:51 +01:00
2021-01-25 21:44:51 +01:00
```
2021-03-29 21:26:58 +02:00
wget -O - https://git.disroot.org/dingens/bHELPER/raw/branch/master/install.sh | bash ; bash ~/.bHELPER/bHELPER.sh
2021-01-25 21:48:51 +01:00
```
2021-01-25 22:58:08 +01:00
2021-01-26 21:03:21 +01:00
## Start the bHELPER script
2021-01-25 22:54:50 +01:00
2021-01-26 21:08:58 +01:00
After the 1st time you started the bHELPER script an icon will be automatically installed on your Desktop. Simply click on it.
2021-01-26 21:03:21 +01:00
You can also start it directly from the terminal with ...
2021-01-25 22:54:50 +01:00
```
2021-01-26 00:54:36 +01:00
bash ~/.bHELPER/bHELPER.sh
2021-01-25 22:58:08 +01:00
```
2021-03-29 21:26:58 +02:00