Commit 55593ac 1 parent 7e35569 commit 55593ac Copy full SHA for 55593ac
File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Add any logic that is common to both the peer and docker environments here
4
4
5
- # Use the mirror protocol for apt so that geographically close mirrors are automatically chosen
6
- source /etc/lsb-release
7
-
8
- cat << EOF > /etc/apt/sources.list
9
- deb mirror://mirrors.ubuntu.com/mirrors.txt $DISTRIB_CODENAME main restricted universe multiverse
10
- deb mirror://mirrors.ubuntu.com/mirrors.txt $DISTRIB_CODENAME -updates main restricted universe multiverse
11
- deb mirror://mirrors.ubuntu.com/mirrors.txt $DISTRIB_CODENAME -backports main restricted universe multiverse
12
- deb mirror://mirrors.ubuntu.com/mirrors.txt $DISTRIB_CODENAME -security main restricted universe multiverse
13
- EOF
14
-
15
5
apt-get update -qq
16
6
17
7
# Used by CHAINTOOL
You can’t perform that action at this time.
0 commit comments