Created
November 28, 2020 12:08
-
-
Save ileathan/8b89c87a629d276129bbeafbb4a6e0b5 to your computer and use it in GitHub Desktop.
Install powershell on linux (kali-rolling)
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
# 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