From a8f6e585b0fcf46ded3a6bfc6d0e9cf222097234 Mon Sep 17 00:00:00 2001 From: spiritLHLS <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 3 May 2023 17:07:22 +0800 Subject: [PATCH] Update rebuild.sh --- back/rebuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/back/rebuild.sh b/back/rebuild.sh index e9842da..b625918 100644 --- a/back/rebuild.sh +++ b/back/rebuild.sh @@ -7,12 +7,12 @@ chmod 777 rebuild_qcow2.sh # QuTScloud_5.0.1.qcow2 fedora33.qcow2 fedora34.qcow2 opensuse-leap-15.qcow2 rockylinux8.qcow2 routeros_v6.qcow2 routeros_v7.qcow2 # ubuntu20.qcow2 ubuntu22.qcow2 archlinux.qcow2 debian10.qcow2 debian11.qcow2 debian9.qcow2 ubuntu18.qcow2 # alpinelinux_v3_15.qcow2 alpinelinux_v3_17.qcow2 -for image in almalinux8.qcow2 almalinux9.qcow2 centos7.qcow2 centos8-stream.qcow2 centos9-stream.qcow2; do +for image in ubuntu20.qcow2 ubuntu22.qcow2 archlinux.qcow2 debian10.qcow2 debian11.qcow2 debian9.qcow2 ubuntu18.qcow2 almalinux8.qcow2 almalinux9.qcow2 centos7.qcow2 centos8-stream.qcow2 centos9-stream.qcow2 alpinelinux_v3_15.qcow2 alpinelinux_v3_17.qcow2 QuTScloud_5.0.1.qcow2 fedora33.qcow2 fedora34.qcow2 opensuse-leap-15.qcow2 rockylinux8.qcow2 routeros_v6.qcow2 routeros_v7.qcow2; do curl -o $image "https://cdn-backblaze.down.idc.wiki//Image/realServer-Template/$image" # curl -o $image "https://github.com/spiritLHLS/Images/releases/download/v1.0/$image" chmod 777 $image done # alpinelinux_v3_15.qcow2 alpinelinux_v3_17.qcow2 -for image in almalinux8.qcow2 almalinux9.qcow2 centos7.qcow2 centos8-stream.qcow2 centos9-stream.qcow2; do +for image in ubuntu20.qcow2 ubuntu22.qcow2 archlinux.qcow2 debian10.qcow2 debian11.qcow2 debian9.qcow2 ubuntu18.qcow2 almalinux8.qcow2 almalinux9.qcow2 centos7.qcow2 centos8-stream.qcow2 centos9-stream.qcow2 alpinelinux_v3_15.qcow2 alpinelinux_v3_17.qcow2 QuTScloud_5.0.1.qcow2 fedora33.qcow2 fedora34.qcow2 opensuse-leap-15.qcow2 rockylinux8.qcow2 routeros_v6.qcow2 routeros_v7.qcow2; do ./rebuild_qcow2.sh $image done