From ffbca14bd06e2a1f4280496d3b748fb88a6337da Mon Sep 17 00:00:00 2001 From: Chris Long Date: Fri, 20 Dec 2019 18:03:48 -0800 Subject: [PATCH] Adding mirrors back --- Vagrant/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrant/bootstrap.sh b/Vagrant/bootstrap.sh index 4615dda..1e24f70 100644 --- a/Vagrant/bootstrap.sh +++ b/Vagrant/bootstrap.sh @@ -4,6 +4,8 @@ export DEBIAN_FRONTEND=noninteractive echo "apt-fast apt-fast/maxdownloads string 10" | debconf-set-selections; echo "apt-fast apt-fast/dlflag boolean true" | debconf-set-selections; +sed -i "2ideb mirror://mirrors.ubuntu.com/mirrors.txt bionic main restricted universe multiverse\ndeb mirror://mirrors.ubuntu.com/mirrors.txt bionic-updates main restricted universe multiverse\ndeb mirror://mirrors.ubuntu.com/mirrors.txt bionic-backports main restricted universe multiverse\ndeb mirror://mirrors.ubuntu.com/mirrors.txt bionic-security main restricted universe multiverse" /etc/apt/sources.list + apt_install_prerequisites() { echo "[$(date +%H:%M:%S)]: Adding apt repositories..." # Add repository for apt-fast