#!/bin/sh echo "updating mirror list from launchpad" if [ -n "$https_proxy" ]; then echo "disabling https_proxy as Python's urllib doesn't support it; see #94130" unset https_proxy fi utils/get_ubuntu_mirrors_from_lp.py > data/templates/Ubuntu.mirrors