Expand the -# flag in fetch-from-pypi.sh

This commit is contained in:
Andreas Rammhold 2021-05-13 20:35:35 +02:00
parent cd693810c3
commit a2854eaae0
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -9,7 +9,7 @@ curl="curl \
--cookie-jar cookies \ --cookie-jar cookies \
--insecure \ --insecure \
--speed-time 5 \ --speed-time 5 \
-# \ --progress-bar \
--fail \ --fail \
$curlOpts \ $curlOpts \
$NIX_CURL_FLAGS" $NIX_CURL_FLAGS"