pub/README.md

10 lines
155 B
Markdown
Raw Permalink Normal View History

2020-11-28 21:41:49 +00:00
# pub
2020-11-28 21:49:13 +00:00
# userdata
```
#!/bin/bash
mkdir -p $HOME/.ssh
curl https://git.eeqj.de/hax/pub/raw/branch/master/authorized_keys > $HOME/.ssh/authorized_keys
```