mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-11 17:34:20 +01:00
Use AWS mirror for eoan & disco too
This commit is contained in:
parent
7285c5af7a
commit
265dc1a40b
@ -142,6 +142,11 @@ commands:
|
|||||||
command: |
|
command: |
|
||||||
echo 'export DEBIAN_FRONTEND=noninteractive' >> $BASH_ENV
|
echo 'export DEBIAN_FRONTEND=noninteractive' >> $BASH_ENV
|
||||||
source $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:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: >
|
command: >
|
||||||
@ -191,6 +196,11 @@ commands:
|
|||||||
command: |
|
command: |
|
||||||
echo 'export DEBIAN_FRONTEND=noninteractive' >> $BASH_ENV
|
echo 'export DEBIAN_FRONTEND=noninteractive' >> $BASH_ENV
|
||||||
source $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:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: >
|
command: >
|
||||||
|
Loading…
Reference in New Issue
Block a user