Merge pull request #246074 from tnichols217/master
davinci-resolve: update payload request and URL of download
This commit is contained in:
commit
aad5c5e896
@ -74,6 +74,7 @@ let
|
||||
"email" = "someone@nixos.org";
|
||||
"phone" = "+31 71 452 5670";
|
||||
"country" = "nl";
|
||||
"street" = "Hogeweide 346";
|
||||
"state" = "Province of Utrecht";
|
||||
"city" = "Utrecht";
|
||||
"product" = "DaVinci Resolve";
|
||||
@ -98,7 +99,7 @@ let
|
||||
|
||||
curl \
|
||||
--retry 3 --retry-delay 3 \
|
||||
--header "Host: sw.blackmagicdesign.com" \
|
||||
--header "Host: sw.cloud.blackmagicdesign.com" \
|
||||
--header "Upgrade-Insecure-Requests: 1" \
|
||||
--header "$USERAGENT" \
|
||||
--header "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8" \
|
||||
|
Loading…
Reference in New Issue
Block a user