New backup 2025-04-23 00:15:02
This commit is contained in:
parent
35826efdc5
commit
94608faab6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
iso_download "http://${debian_testing_iso_root}${i}" "${i}" "disk_images/operating_systems/linux/debian/testing_$(date +%Y-%m-%d)/"
|
||||
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/"
|
||||
|
|
Loading…
Add table
Reference in a new issue