diff options
author | Andreas K. Hüttel <[email protected]> | 2025-01-05 22:06:05 +0100 |
---|---|---|
committer | Andreas K. Hüttel <[email protected]> | 2025-01-05 22:06:05 +0100 |
commit | 43fc8cfaa4ae593e9785879eeb339b1113bf9ba9 (patch) | |
tree | cd2096fdd5f92c8fe4920eedeb322e35e9ea7c80 | |
parent | More minor layout (diff) | |
download | www-43fc8cf.tar.gz www-43fc8cf.tar.bz2 www-43fc8cf.zip |
Signed-off-by: Andreas K. Hüttel <[email protected]>
-rwxr-xr-x | bin/update-downloads.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/update-downloads.sh b/bin/update-downloads.sh index 1c01524..a26829a 100755 --- a/bin/update-downloads.sh +++ b/bin/update-downloads.sh @@ -34,6 +34,10 @@ update_amd64() { append_list "${boot_list}" "latest-qcow2.txt" } +update_arm64() { + append_list "${boot_list}" "latest-qcow2.txt" +} + update_hppa() { append_list "${boot_list}" latest-netboot-hppa{32,64}.txt } |