mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-10 09:26:49 +02:00
3 lines
89 B
PowerShell
Executable File
3 lines
89 B
PowerShell
Executable File
#requires -version 5.1
|
|
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
|