Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-k committed Jun 20, 2020
1 parent e4c3541 commit 1d1a80a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 124 deletions.
42 changes: 0 additions & 42 deletions hack/github-release.sh

This file was deleted.

66 changes: 0 additions & 66 deletions hack/upload-github-release-asset.sh

This file was deleted.

12 changes: 0 additions & 12 deletions hack/upload.sh

This file was deleted.

2 changes: 1 addition & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ If you don't see the wifi network, log-in to the pi. and get hostapd logs:
journalctl -u hostapd
```

And if you see `rfkill: WLAN soft blocked` if you see that issue this command `sudo rfkill unblock 0`.
And if you see `rfkill: WLAN soft blocked`, issue this command `sudo rfkill unblock 0`.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
{
"type": "shell",
"inline": [
"sed '/PasswordAuthentication/d' -i /etc/ssh/ssh_config",
"echo >> /etc/ssh/ssh_config",
"echo 'PasswordAuthentication no' >> /etc/ssh/ssh_config"
"sed '/PasswordAuthentication/d' -i /etc/ssh/sshd_config",
"echo >> /etc/ssh/sshd_config",
"echo 'PasswordAuthentication no' >> /etc/ssh/sshd_config"
]
}
]
Expand Down

0 comments on commit 1d1a80a

Please sign in to comment.