mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
* Revert powershell fix for Ubuntu 22.04 * Move libssl1.1 dependency * fix typo * remove comment
9 lines
293 B
Bash
9 lines
293 B
Bash
#!/bin/bash -e
|
|
################################################################################
|
|
## File: powershellcore.sh
|
|
## Desc: Installs powershellcore
|
|
################################################################################
|
|
|
|
# Install Powershell
|
|
apt-get install -y powershell
|