Commit f8971469 authored by Lu Xu's avatar Lu Xu 👀

fix download of systemrescuecd

parent 2bdb1526
......@@ -11,9 +11,9 @@ fi
download_sysrescuecd_if_needed() {
if [ ! -f sysresccd/sysresccd/pkglist.x86_64.txt ]
then
wget https://osdn.net/projects/systemrescuecd/storage/releases/6.1.1/systemrescuecd-amd64-6.1.1.iso
wget https://jztkft.dl.sourceforge.net/project/systemrescuecd/sysresccd-x86/8.01/systemrescue-8.01-amd64.iso
mkdir -p sysresccd
mount -o loop systemrescuecd-amd64-6.1.1.iso sysresccd
mount -o loop systemrescue-8.01-amd64.iso sysresccd
fi
}
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