Created
February 5, 2018 00:54
-
-
Save hanshaze/f0cb0332ddf1f08fca1eba58cfc66ff7 to your computer and use it in GitHub Desktop.
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
sudo apt-get install libunwind8 && | |
sudo wget https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/powershell-6.0.0-rc.2-linux-arm32.tar.gz && | |
sudo mkdir /usr/share/powershell && tar -xvf ./powershell-6.0.0-rc.2-linux-arm32.tar.gz -C /usr/share/powershell && | |
sudo /usr/share/powershell/pwsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment