Downloading Java with Python
A few weeks ago I wanted to create a script that would automatically download the latest Java RPM from Oracle's site, and update a YUM repository so I wasn't constantly doing it manually.
When I wrote the script there were a few key points it had to hit:
- It would …