Fix powershell install script
Setting powershell variables container only numbers does not work with multiple periods (at least on Powershell 5.1). Using quotes is necessary.
This commit is contained in:
@@ -172,7 +172,7 @@ installing the `containerd.io` package can be found at
|
|||||||
{{% /tab %}}
|
{{% /tab %}}
|
||||||
{{% tab name="Windows (PowerShell)" %}}
|
{{% tab name="Windows (PowerShell)" %}}
|
||||||
|
|
||||||
Start a Powershell session, set `$Version` to the desired version (ex: `$Version=1.4.3`),
|
Start a Powershell session, set `$Version` to the desired version (ex: `$Version="1.4.3"`),
|
||||||
and then run the following commands:
|
and then run the following commands:
|
||||||
|
|
||||||
1. Download containerd:
|
1. Download containerd:
|
||||||
|
|||||||
Reference in New Issue
Block a user