scripts: download.pl: ensure to ignore any existing .curlrc
authorJo-Philipp Wich <jo@mein.io>
Sun, 15 Nov 2020 16:48:36 +0000 (17:48 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 26 Jan 2025 13:07:14 +0000 (14:07 +0100)
commitfb48db06a56aa1960f5e896aeb29f4b26f72d4df
tree674d1fae3aadd82e529c2b3029e9de18163f1959
parentee0d31678aadb6032437ea45e2c1d961764783d3
scripts: download.pl: ensure to ignore any existing .curlrc

Pass `-q` to the invoked curl command to ensure that any existing .curlrc
is ignored.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
scripts/download.pl