Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable wget verbose output of download progress #5

Closed
mloskot opened this issue Apr 13, 2019 · 3 comments
Closed

Disable wget verbose output of download progress #5

mloskot opened this issue Apr 13, 2019 · 3 comments

Comments

@mloskot
Copy link

mloskot commented Apr 13, 2019

First, I'd like to thank you a ton for this installer (I learned about it in wnameless/docker-oracle-xe-11g#118 (comment)). I have just tested w/ Travis CI and it will be extremely helpful during testing of SOCI library.


I have one trivial issue: I noticed that wget downloading the installer archives produces very verbose progress output:

Saving to: `oracle-xe-11.2.0-1.0.x86_64.rpm.zip.aa'
     0K .......... .......... .......... .......... ..........  0% 2.15M 42s
    50K .......... .......... .......... .......... ..........  0% 3.33M 34s
   100K .......... .......... .......... .......... ..........  0%  230M 23s
   150K .......... .......... .......... .......... ..........  0% 4.57M 22s
   200K .......... .......... .......... .......... ..........  0%  194M 18s
   250K .......... .......... .......... .......... ..........  0%  275M 15s
   300K .......... .......... .......... .......... ..........  0% 4.40M 16s
   350K .......... .......... .......... .......... ..........  0%  186M 14s
...

and ~6000 lines like that :-)

Would it be possible to run wget -nv instead of just wget?

@elhigu
Copy link
Contributor

elhigu commented Apr 14, 2019

Yes. Very good idea :) this installer script has been a bit unstable, thats why I liked having docker image better... some times downloading files from github just failed.

@mloskot
Copy link
Author

mloskot commented Apr 14, 2019

I see. The docker image seems still unusable /unavailable though.

@elhigu
Copy link
Contributor

elhigu commented Apr 15, 2019

Fixed

@elhigu elhigu closed this as completed Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants