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 b885569 commit 1309c56Copy full SHA for 1309c56
install-quarto/install-quarto-windows.ps1
@@ -17,7 +17,7 @@
17
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
18
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
19
20
-param ($version)
+param ($version='')
21
scoop bucket add r-bucket https://github.com/cderv/r-bucket.git
22
if ([string]::IsNullOrEmpty($version)) {
23
scoop install quarto
0 commit comments