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 f5d32e5 commit 9b540cdCopy full SHA for 9b540cd
install-quarto/install-quarto-windows.ps1
@@ -14,8 +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')
18
-# Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
+Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
+Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
19
20
param ($version)
21
scoop bucket add r-bucket https://github.com/cderv/r-bucket.git
0 commit comments