Loading src/install.sh +4 −2 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ detectType() { result=$(fdisk -l "$file" 2>/dev/null) if [[ "${result^^}" == *"EFI "* ]]; then HYBRID="Y" if [ -z "${HYBRID:-}" ] && HYBRID="Y" fi fi Loading Loading @@ -338,7 +338,9 @@ name=$(getURL "$BOOT" "name") || exit 34 if [ -n "$name" ]; then info "Retrieving latest $name version..." msg="Retrieving latest $name version..." info "$msg" && html "$msg..." url=$(getURL "$BOOT" "url") || exit 34 [ -n "$url" ] && BOOT="$url" Loading Loading
src/install.sh +4 −2 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ detectType() { result=$(fdisk -l "$file" 2>/dev/null) if [[ "${result^^}" == *"EFI "* ]]; then HYBRID="Y" if [ -z "${HYBRID:-}" ] && HYBRID="Y" fi fi Loading Loading @@ -338,7 +338,9 @@ name=$(getURL "$BOOT" "name") || exit 34 if [ -n "$name" ]; then info "Retrieving latest $name version..." msg="Retrieving latest $name version..." info "$msg" && html "$msg..." url=$(getURL "$BOOT" "url") || exit 34 [ -n "$url" ] && BOOT="$url" Loading