Closed y2k04 closed 2 months ago
This pull request updates the Windows installation script for WSL (Windows Subsystem for Linux) to automatically fetch and use the latest WSL kernel version. It also improves the installation process by adding more informative comments, progress indicators, and removing deprecated packages.
Files | Changes |
---|---|
windows-install.sh |
Updated package installation command to use quiet mode and removed the deprecated qemu-kvm package |
windows-install.sh |
Added a script to fetch the latest WSL kernel version from GitHub API |
windows-install.sh |
Replaced hardcoded kernel version with dynamically fetched latest version |
windows-install.sh |
Added progress indicators for download and extraction processes |
windows-install.sh |
Added comments to improve script readability and maintainability |
@y2k04 Thanks for the PR! Just a question, I can't seem to figure out what the -q
argument in the apt
command is doing. Could you please let me know?
-q is for quiet mode. the more q's, the less info. It just makes it less spammy.
@y2k04 Gotcha. I'll test it on my machine and if it works it'll be merged
Merging now, thanks!
Are the angle brackets here intentional? I seem to got issue with them: https://github.com/notAperson535/OneClick-macOS-Simple-KVM/issues/115
The ones with angle brackets seem to miss some stuff, like in line 25.
Summary by Sourcery
Update the windows-install.sh script to automatically fetch the latest WSL kernel version, enhance user feedback with progress bars, and improve script readability with comments and quieter command outputs.
New Features:
Enhancements: