File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
versioned_docs/version-2.22/install Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ We've developed a Powershell script to simplify the process of installing telepr
71
71
# To install Telepresence, run the following commands
72
72
# from PowerShell as Administrator.
73
73
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'
75
76
Invoke-WebRequest https://github.com/telepresenceio/telepresence/releases/latest/download/telepresence-windows-amd64.zip -OutFile telepresence.zip
76
77
77
78
# 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
96
97
# To install Telepresence, run the following commands
97
98
# from PowerShell as Administrator.
98
99
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'
100
102
Invoke-WebRequest https://github.com/telepresenceio/telepresence/releases/latest/download/telepresence-windows-arm64.zip -OutFile telepresence.zip
101
103
102
104
# 2. Unzip the telepresence.zip file to the desired directory, then remove the zip file:
You can’t perform that action at this time.
0 commit comments