diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-31 20:54:41 +0100 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-31 20:54:41 +0100 |
commit | da5ff58d0c68b51678d0d96003027c03e2eb68e3 (patch) | |
tree | 6ec60088fa3dee2ee2429ae47bca9556e8b6f357 /public/articals | |
parent | 4245bd87bc4160267accb8d66305d4f1f29f9435 (diff) |
fixs and posts
Diffstat (limited to 'public/articals')
-rw-r--r-- | public/articals/linux/tools/00Ventoy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/articals/linux/tools/00Ventoy b/public/articals/linux/tools/00Ventoy index a713fe2..63e3abe 100644 --- a/public/articals/linux/tools/00Ventoy +++ b/public/articals/linux/tools/00Ventoy @@ -42,7 +42,7 @@ <p>3) After installing the tar.gz, you need to run the following command; this will open the compressed file, which will allow you to use Ventoy.</p> <div class=code-box> - <p>ventoy-<version>-linux.tar.gz && tar -xvf ventoy-<version>-linux.tar</p> + <p>gunzip ventoy-<version>-linux.tar.gz && tar -xvf ventoy-<version>-linux.tar</p> </div><hr> <p>4) Next you want to enter the Ventoy directory and identify what your USB name is</p> |