Use AWS mirror for eoan & disco too

This commit is contained in:
John Maguire 2019-11-13 21:43:57 +00:00
parent 7285c5af7a
commit 265dc1a40b
1 changed files with 10 additions and 0 deletions

View File

@ -142,6 +142,11 @@ commands:
command: |
echo 'export DEBIAN_FRONTEND=noninteractive' >> $BASH_ENV
source $BASH_ENV
- run:
name: Use AWS Ubuntu mirror
command: >
sed -i /etc/apt/sources.list
-e 's#archive.ubuntu.com#us-east-2.ec2.archive.ubuntu.com#'
- run:
name: Install Dependencies
command: >
@ -191,6 +196,11 @@ commands:
command: |
echo 'export DEBIAN_FRONTEND=noninteractive' >> $BASH_ENV
source $BASH_ENV
- run:
name: Use AWS Ubuntu mirror
command: >
sed -i /etc/apt/sources.list
-e 's#archive.ubuntu.com#us-east-2.ec2.archive.ubuntu.com#'
- run:
name: Install Dependencies
command: >