diff --git a/Software/VMWareWorkstation.md b/Software/VMWareWorkstation.md index b38ea92..b13cdea 100644 --- a/Software/VMWareWorkstation.md +++ b/Software/VMWareWorkstation.md @@ -19,15 +19,17 @@ Most Linux distributions use systemd, but if yours doesn't you will not be able VMWare Workstation requires the kernel headers and `pkexec` to be installed, the exact packages required may depend on your distribution, but here are some common ones: -Debian/Ubuntu/Mint: +#### Debian/Ubuntu/Mint: ```sh sudo apt install linux-headers-generic pkexec ``` -Fedora: (pkexec is apart of the `polkit` package, which should be installed) +#### Fedora: +pkexec is apart of the `polkit` package, which should be installed ```sh sudo dnf install kernel-headers ``` -Arch-based: (pkexec is apart of the `polkit` package, which should be installed) +#### Arch-based: +pkexec is apart of the `polkit` package, which should be installed ```sh sudo pacman -S linux-headers ```