From 41de9e5a7c6426fe1e2f9087338e8c4dbb3bf31d Mon Sep 17 00:00:00 2001 From: Alexander Graf <17130992+aandergr@users.noreply.github.com> Date: Sat, 19 Mar 2022 16:53:55 +0100 Subject: [PATCH] Attempt to fix AUR deployment --- deploy/arch/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/arch/deploy.sh b/deploy/arch/deploy.sh index e92db04..9522526 100755 --- a/deploy/arch/deploy.sh +++ b/deploy/arch/deploy.sh @@ -3,7 +3,7 @@ VERSION=${1:1} # do not deploy pre-releases -#echo $VERSION | grep -qe "[abc]" && exit 0 +echo $VERSION | grep -qe "[abc]" && exit 0 cd $(dirname $0) @@ -12,6 +12,7 @@ openssl aes-256-cbc -K $AUR_KEY -iv $AUR_IV -in id_rsa_AUR.enc -out /tmp/AUR_ope eval "$(ssh-agent -s)" chmod 600 /tmp/AUR_openssh ssh-add /tmp/AUR_openssh +mkdir -p ~/.ssh ssh-keyscan -t rsa aur.archlinux.org >> ~/.ssh/known_hosts # clone and modify AUR repo