From c3e34481018bc438baf68c2beb2da4177acdc713 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Tue, 2 Aug 2016 20:14:12 +0800 Subject: download iso from mirrorlist --- buildlive | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildlive') diff --git a/buildlive b/buildlive index 31babbd..e8e1f83 100755 --- a/buildlive +++ b/buildlive @@ -65,7 +65,8 @@ do if [ -f "isofiles/$ISOFILE" ]; then checksum_verify else - fatalerror "File isofiles/$ISOFILE not found!" + download_iso + checksum_verify fi install_live -- cgit v1.2.3