Add RockyLinux 9.4 as a supported image #11
2 changed files with 1 additions and 0 deletions
0
rockylinux/9/.gitkeep
Normal file
0
rockylinux/9/.gitkeep
Normal file
|
@ -2,6 +2,7 @@
|
|||
|
||||
case "$1" in
|
||||
8) url='https://download.rockylinux.org/pub/rocky/8.4/images/Rocky-8-GenericCloud-8.4-20210620.0.x86_64.qcow2' ;;
|
||||
9) url='https://download.rockylinux.org/pub/rocky/9.4/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2' ;;
|
||||
*) echo "not found" && exit 1 ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue