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 4b9a0cc commit 3139273Copy full SHA for 3139273
.github/script/setup.ps1
@@ -1,4 +1,12 @@
1
-iex (New-Object net.webclient).downloadstring('https://get.scoop.sh')
+# iex (New-Object net.webclient).downloadstring('https://get.scoop.sh')
2
+
3
+# XXX: https://github.com/ScoopInstaller/Scoop/issues/4783#issuecomment-1061446902
4
+# iwr -useb https://raw.githubusercontent.com/ScoopInstaller/Install/7bcdf996f0f4597ef69f4c48c219024a9512113c/install.ps1 | iex
5
6
+# XXX: https://github.com/ScoopInstaller/Install#for-admin
7
+iwr -useb https://get.scoop.sh -outfile 'install.ps1'
8
+.\install.ps1 -RunAsAdmin
9
10
Join-Path (Resolve-Path ~).Path "scoop\shims" >> $env:GITHUB_PATH
11
scoop bucket add extras
12
scoop bucket add nonportable
0 commit comments