diff --git a/docs/pages/get-started.mdx b/docs/pages/get-started.mdx index ab9063169b96f..453bf59966c6c 100644 --- a/docs/pages/get-started.mdx +++ b/docs/pages/get-started.mdx @@ -178,7 +178,7 @@ Install `tsh` on your local workstation: ```code - $ curl -o teleport-v(=teleport.version=)-windows-amd64-bin.zip https://get.gravitational.com/teleport-v(=teleport.version=)-windows-amd64-bin.zip + $ curl -O https://cdn.teleport.dev/teleport-v(=teleport.version=)-windows-amd64-bin.zip # Unzip the archive and move `tsh.exe` to your %PATH% ``` diff --git a/docs/pages/includes/install-windows.mdx b/docs/pages/includes/install-windows.mdx index 603d159f97e50..16eecad304ad6 100644 --- a/docs/pages/includes/install-windows.mdx +++ b/docs/pages/includes/install-windows.mdx @@ -11,7 +11,7 @@ To install `tsh` on Windows, run the following commands in PowerShell: # by default, so you need to convert it to a string $ [System.Text.Encoding]::UTF8.getstring($Resp.Content) # - $ curl -o teleport-v(=teleport.version=)-windows-amd64-bin.zip https://get.gravitational.com/teleport-v(=teleport.version=)-windows-amd64-bin.zip + $ curl -O https://cdn.teleport.dev/teleport-v(=teleport.version=)-windows-amd64-bin.zip $ certUtil -hashfile teleport-v(=teleport.version=)-windows-amd64-bin.zip SHA256 # SHA256 hash of teleport-v(=teleport.version=)-windows-amd64-bin.zip: # diff --git a/docs/pages/installation.mdx b/docs/pages/installation.mdx index 1e09b3f5c82b3..5212be1ff35a5 100644 --- a/docs/pages/installation.mdx +++ b/docs/pages/installation.mdx @@ -148,7 +148,7 @@ chart. You can also fetch an installer via the command line: ```code - $ curl -o https://cdn.teleport.dev/teleport-(=teleport.version=).pkg + $ curl -O https://cdn.teleport.dev/teleport-(=teleport.version=).pkg # Installs on Macintosh HD $ sudo installer -pkg teleport-(=teleport.version=).pkg -target / # Password: