de-https so we don't need ca-certificates

ubuntu/groovy
Jason Rhinelander 4 years ago
parent 32867e5736
commit 43a9e18a8b

@ -23,7 +23,7 @@ local deb_pipeline(name, image, buildarch='amd64', debarch='amd64', jobs=6) = {
environment: { SSH_KEY: { from_secret: "SSH_KEY" } },
commands: [
'echo "man-db man-db/auto-update boolean false" | debconf-set-selections',
'echo deb https://deb.loki.network' + repo_suffix + ' ' + distro + ' main >/etc/apt/sources.list.d/loki.list',
'echo deb http://deb.loki.network' + repo_suffix + ' ' + distro + ' main >/etc/apt/sources.list.d/loki.list',
'cp debian/deb.loki.network.gpg /etc/apt/trusted.gpg.d',
apt_get_quiet + ' update',
apt_get_quiet + ' install -y eatmydata',

Loading…
Cancel
Save