mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-02-01 02:29:01 +08:00
Update rebuild.sh
This commit is contained in:
parent
69812829c0
commit
472e3e4d73
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue