From 472e3e4d73e436cbfe042a232a60f74da4676afa Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 3 May 2023 16:17:52 +0800 Subject: [PATCH] Update rebuild.sh --- back/rebuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/back/rebuild.sh b/back/rebuild.sh index ecef11d..d0b5c49 100644 --- a/back/rebuild.sh +++ b/back/rebuild.sh @@ -11,6 +11,7 @@ for image in almalinux8.qcow2 almalinux9.qcow2 alpinelinux_v3_15.qcow2 alpinelin # curl -o $image "https://github.com/spiritLHLS/Images/releases/download/v1.0/$image" chmod 777 $image done -for image in almalinux8.qcow2 almalinux9.qcow2 alpinelinux_v3_15.qcow2 alpinelinux_v3_17.qcow2 centos7.qcow2 centos8-stream.qcow2 centos9-stream.qcow2; do +# alpinelinux_v3_15.qcow2 alpinelinux_v3_17.qcow2 +for image in almalinux8.qcow2 almalinux9.qcow2 centos7.qcow2 centos8-stream.qcow2 centos9-stream.qcow2; do ./rebuild_qcow2.sh $image done