Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
faf6a27366 | ||
|
|
f7dd5cf6d3 | ||
|
|
06046d478d | ||
|
|
1f7ce8b6fb | ||
|
|
2a391702fd |
@@ -68,8 +68,10 @@ package-aur:
|
|||||||
|
|
||||||
# Set up SSH for publishing
|
# Set up SSH for publishing
|
||||||
- mkdir -p /root/.ssh
|
- mkdir -p /root/.ssh
|
||||||
|
- echo "$AUR_SSH_PRIVATE"
|
||||||
|
- sleep 5
|
||||||
- cp ./aur.pub /root/.ssh/id_rsa.pub
|
- cp ./aur.pub /root/.ssh/id_rsa.pub
|
||||||
- cat "$AUR_SSH_PRIVATE" | base64 -d > /root/.ssh/id_rsa
|
- echo "$AUR_SSH_PRIVATE" | base64 -d > /root/.ssh/id_rsa
|
||||||
- echo "Host aur.archlinux.org" >> /root/.ssh/config
|
- echo "Host aur.archlinux.org" >> /root/.ssh/config
|
||||||
- echo " IdentityFile /root/.ssh/aur" >> /root/.ssh/config
|
- echo " IdentityFile /root/.ssh/aur" >> /root/.ssh/config
|
||||||
- echo " User aur" >> /root/.ssh/config
|
- echo " User aur" >> /root/.ssh/config
|
||||||
|
|||||||
Reference in New Issue
Block a user