diff --git a/src/install.sh b/src/install.sh index ab476c1e..ae36972d 100644 --- a/src/install.sh +++ b/src/install.sh @@ -32,7 +32,7 @@ MSG="Downloading $BASE..." info "$MSG" && html "$MSG" /run/progress.sh "$TMP" "" "Downloading $BASE ([P])..." & -{ wget "$BOOT" -O "$TMP" -q --no-check-certificate --show-progress "$PROGRESS"; rc=$?; } || : +{ wget "$BOOT" -O "$TMP" -q --timeout=10 --show-progress "$PROGRESS"; rc=$?; } || : fKill "progress.sh"