From 3f3c13f34df092c936e2841bea754770e188eebe Mon Sep 17 00:00:00 2001 From: Dakkaron Date: Wed, 27 Apr 2022 12:07:29 +0200 Subject: [PATCH 1/3] Fixed retrying downloading debs --- include/bootstrap/debian/debootstrap/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From ca163805740b8141fdbe8b2d5207de83a312976b Mon Sep 17 00:00:00 2001 From: Dakkaron Date: Wed, 27 Apr 2022 12:10:54 +0200 Subject: [PATCH 2/3] Added ubuntu 22.04 (Jammy Jellyfish) --- include/bootstrap/debian/debootstrap/scripts/jammy | 1 + 1 file changed, 1 insertion(+) create mode 120000 include/bootstrap/debian/debootstrap/scripts/jammy 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 From 9fa81b0d06a9ff5f986350c8cc5c1d54ca4f9155 Mon Sep 17 00:00:00 2001 From: Dakkaron Date: Wed, 27 Apr 2022 12:18:09 +0200 Subject: [PATCH 3/3] Added Ubuntu 20.04 support --- include/bootstrap/debian/debootstrap/scripts/focal | 1 + 1 file changed, 1 insertion(+) create mode 120000 include/bootstrap/debian/debootstrap/scripts/focal 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