Skip to content

Commit

Permalink
docs: update how to setup rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
chiptus committed Feb 28, 2022
1 parent 26a8189 commit 03dde9d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@

- burn image to hdd (using imager)

- run `wget -O - https://raw.githubusercontent.com/tezos-israel/rpi/main/setup-rpi-before-boot.sh | bash`
- run

```shell
wget -O - https://raw.githubusercontent.com/tezos-israel/rpi/main/setup-rpi-before-boot.sh | WIFI_SSID=<WIFI_SSID> WIFI_PASSWORD=<WIFI_PASSWORD> bash
```

you can also supply SSH_PUB_KEY, COUNTRY_CODE if needed (more env vars are available in the script)

- dismount hd

Expand Down

0 comments on commit 03dde9d

Please sign in to comment.