New backup 2025-04-23 00:15:02

This commit is contained in:
Penelope Gwen 2025-04-23 00:15:02 -07:00
parent 35826efdc5
commit 94608faab6

View file

@ -28,3 +28,6 @@ debian_testing_iso_list=$(curl -s "ftp://${debian_testing_iso_root}" | grep '.is
for i in ${debian_testing_iso_list[@]};do for i in ${debian_testing_iso_list[@]};do
iso_download "http://${debian_testing_iso_root}${i}" "${i}" "disk_images/operating_systems/linux/debian/testing_$(date +%Y-%m-%d)/" iso_download "http://${debian_testing_iso_root}${i}" "${i}" "disk_images/operating_systems/linux/debian/testing_$(date +%Y-%m-%d)/"
done done
rescuezilla_iso_url=$(curl -s https://api.github.com/repos/rescuezilla/rescuezilla/releases/latest | jq -r '.assets[].browser_download_url' | grep '.iso$' | tail -n 1)
iso_download "${rescuezilla_iso_url}" "$(basename $rescuezilla_iso_url)" "disk_images/diagnostic_tools/rescuezilla/"