mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
* add missing tests * fix naming and nvm test * fix containers test and bring pwsh test back * remove pwsh test * small fix
8 lines
292 B
Bash
8 lines
292 B
Bash
#!/bin/bash -e
|
|
################################################################################
|
|
## File: powershellcore.sh
|
|
## Desc: Installs powershellcore
|
|
################################################################################
|
|
|
|
# Install Powershell
|
|
apt-get install -y powershell |