You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -z${EXISTING_ISO+x} ];thenecho"No existing '$1' iso found. Downloading..."&&download_iso$1;elseecho"Existing iso will be used: '$EXISTING_ISO' Remove it first if you wish to download another.";fi
25
+
check$1
26
+
if [ -z${EXISTING_ISO+x} ];thenecho"No existing '$1' iso found. Downloading..."&&download$1;elseecho"Existing iso will be used: '$EXISTING_ISO' Remove it first if you wish to download another.";fi
0 commit comments