Merge branch 'master' into master

This commit is contained in:
evilsocket
2019-10-01 16:48:03 +02:00
committed by GitHub
5 changed files with 207 additions and 41 deletions

View File

@ -78,7 +78,7 @@ usage: ./scripts/create_sibling.sh [OPTIONS]
#### Host Connection Share
If you connect to the unit via `usb0` (thus using the data port), you might want to use the `scripts/(linux|macos)_connection_share.sh` script to bring the interface up on your end and share internet connectivity from another interface, so you can update the unit and generally download things from the internet on it.
If you connect to the unit via `usb0` (thus using the data port), you might want to use the `scripts/linux_connection_share.sh` script to bring the interface up on your end and share internet connectivity from another interface, so you can update the unit and generally download things from the internet on it.
### UI
@ -101,8 +101,7 @@ Pwnagotchi is able to speak multiple languages!! Currently supported are:
* dutch
* italian
If you want to add a language use the `language.sh` script.
If you want to add for example the language **italian** you would type:
If you want to add a language use the `language.sh` script. If you want to add for example the language **italian** you would type:
```shell
./scripts/language.sh add it
@ -122,6 +121,14 @@ If you changed the `voice.py`- File, the translations need an update. Do it like
# DONE
```
Now you can use the `preview.py`-script to preview the changes:
```shell
./scripts/preview.py --lang it --display ws2 --port 8080 &
./scripts/preview.py --lang it --display inky --port 8081 &
# Now open http://localhost:8080 and http://localhost:8081
```
### Random Info
- `hostname` sets the unit name.