Skip to content

Instantly share code, notes, and snippets.

@linuxoracledev
Created November 21, 2019 18:31
Show Gist options
  • Save linuxoracledev/a102d49494d89b3dbdbc2ffa0629c256 to your computer and use it in GitHub Desktop.
Save linuxoracledev/a102d49494d89b3dbdbc2ffa0629c256 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