diff --git a/include/bootstrap/debian/debootstrap/functions b/include/bootstrap/debian/debootstrap/functions index d06ed12..e05dcad 100644 --- a/include/bootstrap/debian/debootstrap/functions +++ b/include/bootstrap/debian/debootstrap/functions @@ -390,7 +390,7 @@ get () { fi if [ ! -e "$dest2" ]; then if [ -z "$from2" ] || ! just_get "$from2" "$dest2"; then - if ! just_get "$from" "$dest2"; then continue 2; fi + if ! just_get "$from" "$dest2"; then continue 1; fi fi fi if [ "$checksum" != "" ]; then diff --git a/include/bootstrap/debian/debootstrap/scripts/focal b/include/bootstrap/debian/debootstrap/scripts/focal new file mode 120000 index 0000000..3840936 --- /dev/null +++ b/include/bootstrap/debian/debootstrap/scripts/focal @@ -0,0 +1 @@ +gutsy \ No newline at end of file diff --git a/include/bootstrap/debian/debootstrap/scripts/jammy b/include/bootstrap/debian/debootstrap/scripts/jammy new file mode 120000 index 0000000..3840936 --- /dev/null +++ b/include/bootstrap/debian/debootstrap/scripts/jammy @@ -0,0 +1 @@ +gutsy \ No newline at end of file