mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-23 16:28:19 +01:00
Use AWS mirror for eoan & disco too
This commit is contained in:
parent
7285c5af7a
commit
265dc1a40b
@ -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: >
|
||||
|
Loading…
Reference in New Issue
Block a user