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

This commit is contained in:
Ward from fusion-voyager-3 2024-12-04 20:53:44 +03:00
parent 37f6b7ddb1
commit b64df7c9a9

View File

@ -8,7 +8,8 @@ else
fi
mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
ssh-keyscan pika-os.com >> ~/.ssh/known_hosts
ssh-keyscan git.pika-os.com >> ~/.ssh/known_hosts
ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add - <<< "$1"