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 python3 firefox geckodriver Credits The script is heavily inspired by the windown from thenordcappuccino