We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ad37e commit d477506Copy full SHA for d477506
build.sh
@@ -5,7 +5,7 @@ ARCH="x86_64"
5
OS_VER="9-stream"
6
ROOTFS_VER="9-20220302.0"
7
ROOTFS_FN="CentOS-Stream-GenericCloud-${ROOTFS_VER}.${ARCH}.qcow2"
8
-ROOTFS_URL="http://cloud.centos.org/centos/${OS_VER}/${ARCH}/images/${ROOTFS_FN}"
+ROOTFS_URL="https://cloud.centos.org/centos/${OS_VER}/${ARCH}/images/${ROOTFS_FN}"
9
10
# Environment variables for Yuk7's wsldl
11
LNCR_BLD="22020900"
0 commit comments