Skip to content

Commit 9da6cc2

Browse files
committed
Use http for proxy mirror instead of https
1 parent d35f001 commit 9da6cc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

autoinstall/generic/ubuntu-desktop-2404/headless/autoinstall.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ autoinstall:
2828
preserve_sources_list: false
2929
mirror-selection:
3030
primary:
31-
# http://archive.ubuntu.com/ubntu
32-
- uri: "https://crake-nexus.org.boxcutter.net/repository/ubuntu-archive-apt-proxy/ubuntu"
31+
# http://archive.ubuntu.com/ubuntu
32+
- uri: "http://crake-nexus.org.boxcutter.net/repository/ubuntu-archive-apt-proxy/ubuntu"
3333
arches: [i386, amd64]
3434
# http://ports.ubuntu.com/ubuntu-ports
35-
- uri: "https://crake-nexus.org.boxcutter.net/repository/ubuntu-ports-proxy/ubuntu-ports"
35+
- uri: "http://crake-nexus.org.boxcutter.net/repository/ubuntu-ports-proxy/ubuntu-ports"
3636
arches: [s390x, arm64, armhf, powerpc, ppc64el, riscv64]
3737
packages:
3838
- qemu-guest-agent

0 commit comments

Comments
 (0)