Skip to content

Commit 9b540cd

Browse files
committed
Uncomment Scoop installation
1 parent f5d32e5 commit 9b540cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-quarto/install-quarto-windows.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +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')
18-
# Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
17+
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
18+
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
1919

2020
param ($version)
2121
scoop bucket add r-bucket https://github.com/cderv/r-bucket.git

0 commit comments

Comments
 (0)