We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505b330 commit ccf8a43Copy full SHA for ccf8a43
ci/push-to-aur.bash
@@ -13,7 +13,7 @@ mkdir .ssh
13
echo "$PUB_KEY" | tr -d '\r' > .ssh/id_aur.pub
14
echo "$PRIV_KEY" | base64 --decode > .ssh/id_aur
15
chmod 600 .ssh/id_aur
16
-echo -en 'Host aur.archlinux.org\n IdentityFile /home/pcr/.ssh/id_aur\n User aur\n' > .ssh/config
+echo -en 'Host aur.archlinux.org\n IdentityFile /root/.ssh/id_aur\n User aur\n' > .ssh/config
17
ssh-keyscan aur.archlinux.org > .ssh/known_hosts
18
ssh-keyscan 95.216.144.15 >> .ssh/known_hosts
19
0 commit comments