adds some more changes

This commit is contained in:
Rustem Khusnutdinov
2024-11-28 10:26:37 +03:00
committed by GitHub
parent 4fc5baf653
commit 6385cc8536
3 changed files with 10 additions and 0 deletions

3
src/setup.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh/
mkdir -p ~/.ssh/
echo "$SSH_KEY" > ~/.ssh/id_rsa && chmod 600 ~/.ssh/id_rsa