Skip to content

Commit 9d7866f

Browse files
committed
Update to latest on telepresence/v2.22 branch
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent 106df6b commit 9d7866f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

versioned_docs/version-2.22/install/client.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ We've developed a Powershell script to simplify the process of installing telepr
7171
# To install Telepresence, run the following commands
7272
# from PowerShell as Administrator.
7373
74-
# 1. Download the latest windows zip containing telepresence.exe and its dependencies (~50 MB):
74+
# 1. Download the latest windows zip containing telepresence.exe and its dependencies (~60 MB):
75+
$ProgressPreference = 'SilentlyContinue'
7576
Invoke-WebRequest https://github.com/telepresenceio/telepresence/releases/latest/download/telepresence-windows-amd64.zip -OutFile telepresence.zip
7677
7778
# 2. Unzip the telepresence.zip file to the desired directory, then remove the zip file:
@@ -96,7 +97,8 @@ Remove-Item telepresenceInstaller -Recurse -Confirm:$false -Force
9697
# To install Telepresence, run the following commands
9798
# from PowerShell as Administrator.
9899
99-
# 1. Download the latest windows zip containing telepresence.exe and its dependencies (~50 MB):
100+
# 1. Download the latest windows zip containing telepresence.exe and its dependencies (~60 MB):
101+
$ProgressPreference = 'SilentlyContinue'
100102
Invoke-WebRequest https://github.com/telepresenceio/telepresence/releases/latest/download/telepresence-windows-arm64.zip -OutFile telepresence.zip
101103
102104
# 2. Unzip the telepresence.zip file to the desired directory, then remove the zip file:

0 commit comments

Comments
 (0)