Skip to content

Commit b973335

Browse files
authored
docs: Update vment-helper installation (#21085)
vment-helper 0.6.0 simplified the installation by removing the version from the tarball.
1 parent 25a9856 commit b973335

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

site/content/en/docs/drivers/vfkit.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ installation instructions bellow.
3535
### Install vment-helper
3636

3737
```shell
38-
tag="$(curl -fsSL https://api.github.com/repos/nirs/vmnet-helper/releases/latest | jq -r .tag_name)"
3938
machine="$(uname -m)"
40-
archive="vmnet-helper-$tag-$machine.tar.gz"
41-
curl -LOf "https://github.com/nirs/vmnet-helper/releases/download/$tag/$archive"
39+
archive="vmnet-helper-$machine.tar.gz"
40+
curl -LOf "https://github.com/nirs/vmnet-helper/releases/latest/download/$archive"
4241
sudo tar xvf "$archive" -C / opt/vmnet-helper
4342
rm "$archive"
4443
```

0 commit comments

Comments
 (0)