Skip to content

Instantly share code, notes, and snippets.

@ileathan
Created November 28, 2020 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ileathan/8b89c87a629d276129bbeafbb4a6e0b5 to your computer and use it in GitHub Desktop.
Save ileathan/8b89c87a629d276129bbeafbb4a6e0b5 to your computer and use it in GitHub Desktop.
Install powershell on linux (kali-rolling)
# Dependencies
sudo apt-get install libicu63
sudo apt-get install liblttng-ust0
# Download closest thing to kali
# Its updated constantly so just get the latest debian file.
# https://github.com/PowerShell/PowerShell/releases/tag/v7.1.0
wget https://github.com/PowerShell/PowerShell/releases/download/v7.1.0/powershell_7.1.0-1.debian.11_amd64.deb
# Install
sudo dpkg -i powershell_7.1.0-1.ubuntu.20.04_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment