Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9bbcb870 authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: really add the repos.azulsystems.com.pubkey.asc key


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent cea0a981
Branches
Tags
No related merge requests found
......@@ -578,8 +578,8 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__
rm -f /tmp/nodesource.gpg.key || true
fi
if [ -f /tmp/repos.azulsystems.com.pubkey.asc ] ; then
apt-key add repos.azulsystems.com.pubkey.asc
rm -f repos.azulsystems.com.pubkey.asc || true
apt-key add /tmp/repos.azulsystems.com.pubkey.asc
rm -f /tmp/repos.azulsystems.com.pubkey.asc || true
fi
if [ "x${repo_rcnee}" = "xenable" ] ; then
apt-key add /tmp/repos.rcn-ee.net-archive-keyring.asc
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment