Files
PowerShell/scripts/install-scoop.ps1
2025-07-09 14:33:56 +02:00

3 lines
89 B
PowerShell
Executable File

#requires -version 5.1
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression