get_reestr: download compressed from github

This commit is contained in:
bol-van
2022-12-11 09:52:01 +03:00
parent ae1a9da672
commit e24598ddbe
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ dig_reestr()
}
getuser && {
curl -k --fail --max-time 600 --connect-timeout 5 --retry 3 --max-filesize 251658240 "$ZURL_REESTR" -o "$ZREESTR" ||
curl -H "Accept-Encoding: gzip" -k --fail --max-time 600 --connect-timeout 5 --retry 3 --max-filesize 251658240 "$ZURL_REESTR" | gunzip - >"$ZREESTR" ||
{
echo reestr list download failed
exit 2