This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,14 @@ | ||
# | ||
# Use mirror closest to us | ||
# Use Azure Ubuntu mirror: | ||
# | ||
# * Images get build on GitHub Actions which runs on Azure (I think); | ||
# * Azure serves the mirror on a CDN in various geographical locations. | ||
# * "mirror://mirrors.ubuntu.com/mirrors.txt" sometimes picks really slow or | ||
# dead mirrors. | ||
# | ||
|
||
deb mirror://mirrors.ubuntu.com/mirrors.txt focal main restricted | ||
|
||
deb mirror://mirrors.ubuntu.com/mirrors.txt focal-updates main restricted | ||
|
||
deb mirror://mirrors.ubuntu.com/mirrors.txt focal universe | ||
deb mirror://mirrors.ubuntu.com/mirrors.txt focal-updates universe | ||
|
||
deb mirror://mirrors.ubuntu.com/mirrors.txt focal multiverse | ||
deb mirror://mirrors.ubuntu.com/mirrors.txt focal-updates multiverse | ||
|
||
deb mirror://mirrors.ubuntu.com/mirrors.txt focal-backports main restricted universe multiverse | ||
deb http://azure.archive.ubuntu.com/ubuntu focal main restricted universe multiverse | ||
deb http://azure.archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse | ||
deb http://azure.archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse | ||
|
||
deb http://security.ubuntu.com/ubuntu/ focal-security main restricted | ||
deb http://security.ubuntu.com/ubuntu/ focal-security universe | ||
deb http://security.ubuntu.com/ubuntu/ focal-security multiverse | ||
deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse |