mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Add curl header to bypass suspected savannah throttling.
This commit is contained in:
parent
5b7175de3e
commit
7a0f03678c
1 changed files with 2 additions and 1 deletions
|
|
@ -294,7 +294,8 @@ this script the next time")
|
|||
|
||||
# Actually download the file
|
||||
headers = {
|
||||
"Accept-Encoding": "identity"
|
||||
"Accept-Encoding": "identity",
|
||||
"User-Agent": "curl/7.88.1"
|
||||
}
|
||||
if not os.path.isfile(abs_file_name):
|
||||
print(f"Downloading: {file_name}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue