Update parrot.sh

This commit is contained in:
simeononsecurity
2021-02-19 22:35:53 +00:00
committed by GitHub
parent 3efad5f6c4
commit f1e7b98fac

View File

@ -37,28 +37,28 @@ fi
BLUE "Update, Upgrade, then Install Tools I Like" BLUE "Update, Upgrade, then Install Tools I Like"
apt update apt update
apt -y full-upgrade apt install -y full-upgrade
BLUE "Installing vmtools..." BLUE "Installing vmtools..."
apt -y open-vm-tools apt install -y open-vm-tools
BLUE "Installing xrdp..." BLUE "Installing xrdp..."
apt -y install xrdp apt install -y install xrdp
BLUE "Installing wine..." BLUE "Installing wine..."
apt -y net-tools wine apt install -y net-tools wine
BLUE "Installing openssh-server..." BLUE "Installing openssh-server..."
apt -y openssh-server apt install -y openssh-server
BLUE "Installing vscodium..." BLUE "Installing vscodium..."
apt -y vscodium apt install -y vscodium
BLUE "Installing anonsurf..." BLUE "Installing anonsurf..."
apt -y anonsurf apt install -y anonsurf
BLUE "Installing tor..." BLUE "Installing tor..."
apt -y tor apt install -y tor
BLUE "Installing git..." BLUE "Installing git..."
sudo apt install -y git sudo apt install -y git