Skip to content

Commit 7947c32

Browse files
committed
Use simplified Windows install command
1 parent 3d65947 commit 7947c32

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

_includes/installation.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,9 @@ <h4>Docker Image (for WSL2)</h4>
180180

181181
<h4>Installation Script (Alpha)</h4>
182182

183-
You can now install DuckDB with a script from an administrative PowerShell terminal. Please note that this script is an alpha implementation and exercise cautioen when using it.
183+
You can now install DuckDB with a script the Run menu or the Command Prompt. Please note that this script is a beta implementation exercise caution when using it.
184184

185185
{%- highlight powershell -%}
186-
Set-ExecutionPolicy Bypass -Scope Process -Force
187-
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
188-
iex ((New-Object System.Net.WebClient).DownloadString('https://install.duckdb.org/install.ps1'))
189-
190186
powershell -NoExit iex (iwr "https://install.duckdb.org/install.ps1").Content
191187
{%- endhighlight -%}
192188

0 commit comments

Comments
 (0)