Skip to content

Commit

Permalink
use GOKRAZY_UPDATE envvar to avoid exposing passwords in argv
Browse files Browse the repository at this point in the history
fixes #38
  • Loading branch information
stapelberg committed Mar 29, 2018
1 parent a470a80 commit 5760e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ go get -u github.com/gokrazy/tools/cmd/gokr-packer
To update your gokrazy installation (running on a Raspberry Pi 3),
use:
```
gokr-packer -update=http://gokrazy:mysecretpassword@gokrazy/ github.com/gokrazy/hello
GOKRAZY_UPDATE=http://gokrazy:mysecretpassword@gokrazy/ gokr-packer github.com/gokrazy/hello
```

# SD card contents
Expand Down

0 comments on commit 5760e0f

Please sign in to comment.