adds some more changes
This commit is contained in:
committed by
GitHub
parent
4fc5baf653
commit
6385cc8536
3
src/setup.sh
Normal file
3
src/setup.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh/
|
||||
mkdir -p ~/.ssh/
|
||||
echo "$SSH_KEY" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa
|
||||
Reference in New Issue
Block a user