aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/apt-source/replace-http.bash
blob: b5f6ccade3f68057377de7291e99edaba05b570a (plain)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env bash

set -e

apt-get update
apt-get install -y apt-transport-https ca-certificates

sed -i.bak 's/https?/https/' /etc/apt/sources.list
apt-get update