Update for Debian Bullseye (11) #2
2 changed files with 1 additions and 0 deletions
0
debian/11/.gitkeep
vendored
Normal file
0
debian/11/.gitkeep
vendored
Normal file
1
debian/build
vendored
1
debian/build
vendored
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
11) url='https://cloud.debian.org/images/cloud/bullseye/20211011-792/debian-11-genericcloud-amd64-20211011-792.qcow2' ;;
|
||||||
10) url='https://cloud.debian.org/images/cloud/buster/20210721-710/debian-10-genericcloud-amd64-20210721-710.qcow2' ;;
|
10) url='https://cloud.debian.org/images/cloud/buster/20210721-710/debian-10-genericcloud-amd64-20210721-710.qcow2' ;;
|
||||||
*) echo "not found" && exit 1 ;;
|
*) echo "not found" && exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue