Skip to content

Commit 1f650d1

Browse files
committed
Try a fix for windows install
1 parent 9c9fadb commit 1f650d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install-quarto/install-quarto-windows.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
ttps:/go.microsoft.com/fwlink/?LinkID=135170
1515
#>
1616

17-
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
17+
Invoke-WebRequest -useb get.scoop.sh -outfile 'install.ps1'
18+
.\install.ps1 -RunAsAdmin
1819
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
1920

2021
$version=$args[0]

0 commit comments

Comments
 (0)