idk
Some checks failed
Github Push back to gitea / build (push) Failing after 54s

This commit is contained in:
Ward from fusion-voyager-3 2024-12-05 00:07:17 +03:00
parent 9a8eded081
commit 23c49635ce

View File

@ -3,6 +3,7 @@
mkdir -p ~/.ssh
ssh-keyscan pika-os.com >> ~/.ssh/known_hosts
ssh-keyscan git.pika-os.com >> ~/.ssh/known_hosts
echo -e "Host git.pika-os.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
#ssh-agent -a $SSH_AUTH_SOCK > /dev/null
#ssh-add - <<< "$1"