We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9fadb commit 1f650d1Copy full SHA for 1f650d1
install-quarto/install-quarto-windows.ps1
@@ -14,7 +14,8 @@
14
ttps:/go.microsoft.com/fwlink/?LinkID=135170
15
#>
16
17
-Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
+Invoke-WebRequest -useb get.scoop.sh -outfile 'install.ps1'
18
+.\install.ps1 -RunAsAdmin
19
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
20
21
$version=$args[0]
0 commit comments