diff --git a/fetch-from-pypi.sh b/fetch-from-pypi.sh index 398360f..e56dee6 100644 --- a/fetch-from-pypi.sh +++ b/fetch-from-pypi.sh @@ -9,7 +9,7 @@ curl="curl \ --cookie-jar cookies \ --insecure \ --speed-time 5 \ - -# \ + --progress-bar \ --fail \ $curlOpts \ $NIX_CURL_FLAGS"