https://github.com/chefe/windown
A script to download the latest windows iso from the official microsoft servers.
https://github.com/chefe/windown
download shell windows-iso windows-iso-downloader
Last synced: 4 months ago
JSON representation
A script to download the latest windows iso from the official microsoft servers.
- Host: GitHub
- URL: https://github.com/chefe/windown
- Owner: chefe
- License: mit
- Created: 2019-08-20T10:04:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T08:29:03.000Z (about 3 years ago)
- Last Synced: 2024-11-21T05:13:39.151Z (5 months ago)
- Topics: download, shell, windows-iso, windows-iso-downloader
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - chefe/windown - A script to download the latest windows iso from the official microsoft servers. (Python)
README
# windown
A script to download the latest windows iso from the official microsoft servers.## Usage
```
# Download win10 iso
$ ./download.sh 10# Download win11 iso
$ ./download.sh 11
```## Dependencies
* [curl][3]
* [python3][6]
* [firefox][4]
* [geckodriver][5]## Credits
The script is heavily inspired by the [windown][2] from [thenordcappuccino][1][1]: https://github.com/thenordcappuccino
[2]: https://github.com/thenordcappuccino/windown
[3]: https://curl.haxx.se
[4]: https://mozilla.org/firefox
[5]: https://github.com/mozilla/geckodriver
[6]: https://python.org