File tree 6 files changed +15
-15
lines changed 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ case "$virt" in
60
60
61
61
# http://wiki.debian.org/VirtualBox#Oracle_Virtualbox_third-party_repository
62
62
if [ ! -e /etc/apt/sources.list.d/backports.list ] ; then
63
- echo " deb http://ftp.au .debian.org/debian $( lsb_release -cs) -backports main non-free non-free-firmware contrib" > /etc/apt/sources.list.d/backports.list
63
+ echo " deb http://deb .debian.org/debian $( lsb_release -cs) -backports main non-free non-free-firmware contrib" > /etc/apt/sources.list.d/backports.list
64
64
apt update
65
65
fi
66
66
apt install fasttrack-archive-keyring
Original file line number Diff line number Diff line change 1
1
# ANSIBLE CONFIGURED
2
2
3
- deb http://ftp.au .debian.org/debian/ bookworm main non-free non-free-firmware contrib
3
+ deb http://deb .debian.org/debian/ bookworm main non-free non-free-firmware contrib
4
4
deb http://security.debian.org/ bookworm-security main non-free non-free-firmware contrib
5
- deb http://ftp.au .debian.org/debian/ bookworm-updates main non-free non-free-firmware contrib
5
+ deb http://deb .debian.org/debian/ bookworm-updates main non-free non-free-firmware contrib
6
6
7
7
{% if not host_is_small | default (false ) %}
8
- deb-src http://ftp.au .debian.org/debian/ bookworm main non-free non-free-firmware contrib
8
+ deb-src http://deb .debian.org/debian/ bookworm main non-free non-free-firmware contrib
9
9
deb-src http://security.debian.org/ bookworm-security main non-free non-free-firmware contrib
10
- deb-src http://ftp.au .debian.org/debian/ bookworm-updates main non-free non-free-firmware contrib
10
+ deb-src http://deb .debian.org/debian/ bookworm-updates main non-free non-free-firmware contrib
11
11
{% endif %}
Original file line number Diff line number Diff line change 1
1
# ANSIBLE CONFIGURED
2
2
3
- deb http://ftp.au .debian.org/debian/ bullseye main non-free contrib
3
+ deb http://deb .debian.org/debian/ bullseye main non-free contrib
4
4
deb http://security.debian.org/ bullseye-security main non-free contrib
5
- deb http://ftp.au .debian.org/debian/ bullseye-updates main non-free contrib
5
+ deb http://deb .debian.org/debian/ bullseye-updates main non-free contrib
6
6
7
7
{% if not host_is_small | default (false ) %}
8
- deb-src http://ftp.au .debian.org/debian/ bullseye main non-free contrib
8
+ deb-src http://deb .debian.org/debian/ bullseye main non-free contrib
9
9
deb-src http://security.debian.org/ bullseye-security main non-free contrib
10
- deb-src http://ftp.au .debian.org/debian/ bullseye-updates main non-free contrib
10
+ deb-src http://deb .debian.org/debian/ bullseye-updates main non-free contrib
11
11
{% endif %}
Original file line number Diff line number Diff line change 1
1
# ANSIBLE CONFIGURED
2
- deb http://ftp.au .debian.org/debian/ bookworm-backports main non-free non-free-firmware contrib
2
+ deb http://deb .debian.org/debian/ bookworm-backports main non-free non-free-firmware contrib
Original file line number Diff line number Diff line change 1
1
# ANSIBLE CONFIGURED
2
- deb http://ftp.au .debian.org/debian/ bullseye-backports main non-free contrib
2
+ deb http://deb .debian.org/debian/ bullseye-backports main non-free contrib
Original file line number Diff line number Diff line change 1
- deb http://ftp.au .debian.org/debian/ testing main non-free contrib
2
- deb http://ftp.au .debian.org/debian/ unstable main non-free contrib
1
+ deb http://deb .debian.org/debian/ testing main non-free contrib
2
+ deb http://deb .debian.org/debian/ unstable main non-free contrib
3
3
4
4
# FIXME: pull experimental in safely and only when appropriate, for
5
5
# specific packages. Maybe no need because it's pinned with low
6
6
# priority and we haven't broken anything yet...
7
7
deb http://ftp.debian.org/debian experimental main non-free contrib
8
8
9
9
{% if not host_is_small | default (false ) %}
10
- deb-src http://ftp.au .debian.org/debian/ testing main non-free contrib
11
- deb-src http://ftp.au .debian.org/debian/ unstable main non-free contrib
10
+ deb-src http://deb .debian.org/debian/ testing main non-free contrib
11
+ deb-src http://deb .debian.org/debian/ unstable main non-free contrib
12
12
deb-src http://ftp.debian.org/debian experimental main non-free contrib
13
13
{% endif %}
You can’t perform that action at this time.
0 commit comments