diff options
author | Steffen Ritter | 2022-12-06 16:14:03 +0100 |
---|---|---|
committer | Steffen Ritter | 2022-12-06 16:14:03 +0100 |
commit | 6c6fc481a8b70ca14ded701fd8566a8488513fe4 (patch) | |
tree | 29230dd2f14a0ec53336b0e2579d5b05edc9b945 | |
parent | Small readme fix (diff) | |
download | vm-inspector-6c6fc481a8b70ca14ded701fd8566a8488513fe4.tar.gz vm-inspector-6c6fc481a8b70ca14ded701fd8566a8488513fe4.tar.xz vm-inspector-6c6fc481a8b70ca14ded701fd8566a8488513fe4.zip |
Missing space ...
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ sudo apt install git python3 python3-pip python-is-python3 - [lklfuse](https://github.com/lkl/linux) ```sh -$ sudo apt install build-essential flex bison bc libfuse-devlibarchive-dev xfsprogs +$ sudo apt install build-essential flex bison bc libfuse-dev libarchive-dev xfsprogs $ git clone https://github.com/lkl/linux.git --depth=1 $ cd linux $ echo "CONFIG_NTFS_FS=y" >> arch/lkl/configs/defconfig |