Skip to content

Commit d477506

Browse files
committed
Use https for QCOW2 image download.
1 parent 93ad37e commit d477506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARCH="x86_64"
55
OS_VER="9-stream"
66
ROOTFS_VER="9-20220302.0"
77
ROOTFS_FN="CentOS-Stream-GenericCloud-${ROOTFS_VER}.${ARCH}.qcow2"
8-
ROOTFS_URL="http://cloud.centos.org/centos/${OS_VER}/${ARCH}/images/${ROOTFS_FN}"
8+
ROOTFS_URL="https://cloud.centos.org/centos/${OS_VER}/${ARCH}/images/${ROOTFS_FN}"
99

1010
# Environment variables for Yuk7's wsldl
1111
LNCR_BLD="22020900"

0 commit comments

Comments
 (0)