We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c791230 commit 765d741Copy full SHA for 765d741
root/patch
@@ -13,7 +13,7 @@
13
fi
14
- _curl_get "${archiso_http_srv}${archisobasedir}/${arch}/airootfs.${img_type}" "/${arch}"
15
+ _curl_get "${archiso_http_srv}/airootfs.${img_type}" "/${arch}"
16
-+ if [ ! -z "$(/bin/curl -sI "${archiso_http_srv}/airootfs.${img_type}.part2" | grep "200 OK\|302 Found" || :)" ]; then
++ if [ ! -z "$(/bin/curl -sI "${archiso_http_srv}/airootfs.${img_type}.part2" | grep "HTTP/2 200\|HTTP/2 302" || :)" ]; then
17
+ curl -L -f "${archiso_http_srv}/airootfs.${img_type}.part2" -o ->> "/run/archiso/httpspace/${archisobasedir}/${arch}/airootfs.${img_type}"
18
+ fi
19
0 commit comments