Update ubuntu.sh

This commit is contained in:
simeononsecurity
2021-02-20 04:17:21 +00:00
committed by GitHub
parent 1f9ab1973f
commit 9010bfae9c

View File

@ -56,6 +56,9 @@ sudo apt-get install -y full-upgrade
BLUE "Installing vmtools..." BLUE "Installing vmtools..."
sudo apt-get install -y open-vm-tools sudo apt-get install -y open-vm-tools
BLUE "Installing curl..."
sudo apt-get install -y curl
BLUE "Installing PowerShell..." BLUE "Installing PowerShell..."
#https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1 #https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1
# Update the list of packages # Update the list of packages