This commit is contained in:
Jeffrey Paul 2020-11-28 13:49:13 -08:00
parent 0714fcbc1e
commit 7272a08a58

View File

@ -1,2 +1,9 @@
# pub # pub
# userdata
```
#!/bin/bash
mkdir -p $HOME/.ssh
curl https://git.eeqj.de/hax/pub/raw/branch/master/authorized_keys > $HOME/.ssh/authorized_keys
```