Skip to content

Instantly share code, notes, and snippets.

@hanshaze
Created February 5, 2018 00:54
Show Gist options
  • Save hanshaze/f0cb0332ddf1f08fca1eba58cfc66ff7 to your computer and use it in GitHub Desktop.
Save hanshaze/f0cb0332ddf1f08fca1eba58cfc66ff7 to your computer and use it in GitHub Desktop.
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