lord-carlos / nvidia-update

Checks for a new version of the Nvidia Driver, downloads and installs it.
MIT License
147 stars 30 forks source link

7zip Extract Issue + Extra Cleanup #6

Closed SkilledAlpaca closed 7 years ago

SkilledAlpaca commented 7 years ago

Fixed an issue where 7zip would extract to a bad path. Example: Extract to C:\Users\My Files\$version would extract to C:\Users\My\$version

Cleaned up wording and comments Added a minor block of info at the top Added a cleanup line to also cleanup extracted files from $extractDir Added a location variable for US and UK download locations Added a 2 second delay when answering yes to the reboot prompt Removed a -WhatIf flag from the reboot block