Created
August 21, 2019 16:55
-
-
Save joeyaiello/58790f22185c551f7a39adf6211355b3 to your computer and use it in GitHub Desktop.
This file contains 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
# Grab this first: https://play.google.com/store/apps/details?id=tech.ula | |
# I used Debian 9, not sure if Ubuntu or any of the others work as well | |
sudo apt-get install '^libssl1.0.[0-9]$' libunwind8 libicu57 -y | |
cd ~ | |
wget https://github.com/PowerShell/PowerShell/releases/download/v7.0.0-preview.3/powershell-7.0.0-preview.3-linux-arm64.tar.gz | |
mkdir powershell | |
tar -xvf powershell-7.0.0-preview.3-linux-arm64.tar.gz -C powershell | |
./powershell/pwsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment