Skip to content

Instantly share code, notes, and snippets.

@linuxoracledev
Created November 21, 2019 18:31
Show Gist options
  • Save linuxoracledev/e4fda613c4e8c541883996a40e6d61db to your computer and use it in GitHub Desktop.
Save linuxoracledev/e4fda613c4e8c541883996a40e6d61db to your computer and use it in GitHub Desktop.
install powershell on ubuntu 18.04
# Install powershell
snap isntall powershell --clasic
#Start powershell
pwsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment