Created
August 16, 2017 15:43
-
-
Save 1RedOne/f0227a703fdc101fb939699a7c633ce5 to your computer and use it in GitHub Desktop.
InstallPowerShell.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Register the Microsoft RedHat repository | |
| curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo | |
| # Install PowerShell | |
| sudo yum install -y powershell | |
| # Start PowerShell | |
| powershell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment