Skip to content
Snippets Groups Projects
Verified Commit 465fe212 authored by Philip Hands's avatar Philip Hands
Browse files

install ca-certificates for extra repo

parent 3ecbe9c0
No related branches found
No related tags found
No related merge requests found
Pipeline #422650 passed with stages
in 5 minutes and 53 seconds
......@@ -17,6 +17,8 @@ base64_dec() {
}
if [ "$dev_url" ]; then
apt-install ca-certificates
db_get retriever/devel-udeb/key-base64
printf '%s' "$RET" | base64_dec > ${devel_repo_key}.asc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment