Commit f0a452d8 by Nehal J Wani Committed by Stéphane Graber

Fix echo statement inside fedora template

We no longer use mirrors.kernel.org. Commit f71e8f41 switched it to archives.fedoraproject.org Signed-off-by: 's avatarNehal J Wani <nehaljw.kkd1@gmail.com>
parent 77857859
...@@ -569,7 +569,7 @@ but appears to be non-functional. Skipping... It should be removed. ...@@ -569,7 +569,7 @@ but appears to be non-functional. Skipping... It should be removed.
if [[ ! -f ../LiveOS/squashfs.img ]] if [[ ! -f ../LiveOS/squashfs.img ]]
then then
echo " echo "
Downloading stage 0 LiveOS squashfs file system from mirrors.kernel.org... Downloading stage 0 LiveOS squashfs file system from archives.fedoraproject.org...
Have a beer or a cup of coffee. This will take a bit (~300MB). Have a beer or a cup of coffee. This will take a bit (~300MB).
" "
sleep 3 # let him read it... sleep 3 # let him read it...
......
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