We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a9856 commit b973335Copy full SHA for b973335
site/content/en/docs/drivers/vfkit.md
@@ -35,10 +35,9 @@ installation instructions bellow.
35
### Install vment-helper
36
37
```shell
38
-tag="$(curl -fsSL https://api.github.com/repos/nirs/vmnet-helper/releases/latest | jq -r .tag_name)"
39
machine="$(uname -m)"
40
-archive="vmnet-helper-$tag-$machine.tar.gz"
41
-curl -LOf "https://github.com/nirs/vmnet-helper/releases/download/$tag/$archive"
+archive="vmnet-helper-$machine.tar.gz"
+curl -LOf "https://github.com/nirs/vmnet-helper/releases/latest/download/$archive"
42
sudo tar xvf "$archive" -C / opt/vmnet-helper
43
rm "$archive"
44
```
0 commit comments