Skip to content

Instantly share code, notes, and snippets.

@joeyaiello
Created August 21, 2019 16:55
Show Gist options
  • Save joeyaiello/58790f22185c551f7a39adf6211355b3 to your computer and use it in GitHub Desktop.
Save joeyaiello/58790f22185c551f7a39adf6211355b3 to your computer and use it in GitHub Desktop.
# 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