This commit is contained in:
2025-06-15 16:30:40 +02:00
parent d0baac83a9
commit 89b7f0d465
38 changed files with 73 additions and 73 deletions

View File

@@ -82,9 +82,9 @@ pub fn sshkeysinstall(args InstallArgs) ! {
then
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
fi
if ! grep git.ourworld.tf ~/.ssh/known_hosts > /dev/null
if ! grep git.threefold.info ~/.ssh/known_hosts > /dev/null
then
ssh-keyscan -t rsa git.ourworld.tf >> ~/.ssh/known_hosts
ssh-keyscan -t rsa git.threefold.info >> ~/.ssh/known_hosts
fi
git config --global pull.rebase false
'