Commit 69f8e4d0 authored by Łukasz Nowak's avatar Łukasz Nowak

download_boot_systems: Fix location of systemrescue-11.02-amd64.iso

parent 00055c27
...@@ -23,9 +23,9 @@ fi ...@@ -23,9 +23,9 @@ fi
download_sysrescuecd_if_needed() { download_sysrescuecd_if_needed() {
if [ ! -f sysresccd/sysresccd/pkglist.x86_64.txt ] if [ ! -f sysresccd/sysresccd/pkglist.x86_64.txt ]
then then
wget https://jztkft.dl.sourceforge.net/project/systemrescuecd/sysresccd-x86/8.01/systemrescue-8.01-amd64.iso wget https://fastly-cdn.system-rescue.org/releases/11.02/systemrescue-11.02-amd64.iso
mkdir -p sysresccd mkdir -p sysresccd
mount -o loop systemrescue-8.01-amd64.iso sysresccd mount -o loop systemrescue-11.02-amd64.iso sysresccd
fi fi
} }
download_centos_8_if_needed() { download_centos_8_if_needed() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment