Skip to content

Commit

Permalink
Try to fix SSH key verification for the AUR
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Oct 30, 2023
1 parent 92020df commit 7abd995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/aur.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ then
ssh-add - <<< "${ssh_key}"
fi

export GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=accept-new"

info 'Updating AUR'

git clone "ssh://aur@aur.archlinux.org/${name}.git" "${aur_clone}"
Expand Down

0 comments on commit 7abd995

Please sign in to comment.