mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 00:06:57 +00:00
7 lines
336 B
PowerShell
7 lines
336 B
PowerShell
################################################################################
|
|
## File: Install-PowershellCore.ps1
|
|
## Desc: Install PowerShell Core
|
|
################################################################################
|
|
|
|
Invoke-Expression "& { $(Invoke-RestMethod https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"
|