add precommand for some commands and trim space.

This commit is contained in:
ganluo 2023-05-27 13:45:05 +08:00
parent bb1e992916
commit 3a98c0bcb5

View File

@ -578,14 +578,14 @@ The result should be like this:
nestedVirtualization=true nestedVirtualization=true
``` ```
Go into your WSL distro (Run `wsl` in powershell) and check if KVM is enabled by using the `kvm-ok` command. The output should look like this: Go into your WSL distro (Run `wsl` in powershell) and use the command `sudo apt install cpu-checker` and check if KVM is enabled by using the `kvm-ok` command. The output should look like this:
``` ```
INFO: /dev/kvm exists INFO: /dev/kvm exists
KVM acceleration can be used KVM acceleration can be used
``` ```
Use the command `sudo apt -y install bridge-utils cpu-checker libvirt-clients libvirt-daemon qemu qemu-kvm` to install it if it isn't. First update apt `sudo apt-get update`, then use the command `sudo apt -y install bridge-utils cpu-checker libvirt-clients libvirt-daemon qemu qemu-kvm` to install it if it isn't.
Now download and install [Docker for Windows](https://docs.docker.com/desktop/windows/install/) if it is not already installed. Now download and install [Docker for Windows](https://docs.docker.com/desktop/windows/install/) if it is not already installed.