notAperson535 / OneClick-macOS-Simple-KVM

Tools to set up a easy, quick macOS VM in QEMU, accelerated by KVM. Works on Linux AND Windows.
https://notAperson535.github.io/OneClick-macOS-Simple-KVM
MIT License
606 stars 51 forks source link

Update to latest WSL Kernel version #110

Closed amber-m-mvd closed 1 month ago

amber-m-mvd commented 3 months ago

Summary by Sourcery

This pull request updates the WSL Kernel version used in the windows-install.sh script to the latest version, 5.15.153.1, ensuring compatibility with the latest features and improvements.

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request updates the WSL kernel version used in the windows-install.sh script from 4.19.104 to 5.15.153.1. The changes involve updating the download URL, the extracted directory name, and the directory navigation commands to reflect the new kernel version.

File-Level Changes

Files Changes
windows-install.sh Updated the WSL kernel version from 4.19.104 to 5.15.153.1 in the installation script.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
notAperson535 commented 3 months ago

@amber-m-mvd and this doesn’t break anything in the installation process? Have you tested this?

amber-m-mvd commented 3 months ago

@amber-m-mvd and this doesn’t break anything in the installation process? Have you tested this?

After fixing my filename mistake, it seems to be compiling fine, but I did get an error saying that bc wasn't found. Easy enough to append to the install command. image image

notAperson535 commented 1 month ago

@amber-m-mvd completely forgot about this. just pushed the changesd. thanks!