From f1e7b98facfd49efc92972cb7af90b7cf5730f7f Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Fri, 19 Feb 2021 22:35:53 +0000 Subject: [PATCH] Update parrot.sh --- parrot.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/parrot.sh b/parrot.sh index abe6e12..f865152 100644 --- a/parrot.sh +++ b/parrot.sh @@ -37,28 +37,28 @@ fi BLUE "Update, Upgrade, then Install Tools I Like" apt update -apt -y full-upgrade +apt install -y full-upgrade BLUE "Installing vmtools..." -apt -y open-vm-tools +apt install -y open-vm-tools BLUE "Installing xrdp..." -apt -y install xrdp +apt install -y install xrdp BLUE "Installing wine..." -apt -y net-tools wine +apt install -y net-tools wine BLUE "Installing openssh-server..." -apt -y openssh-server +apt install -y openssh-server BLUE "Installing vscodium..." -apt -y vscodium +apt install -y vscodium BLUE "Installing anonsurf..." -apt -y anonsurf +apt install -y anonsurf BLUE "Installing tor..." -apt -y tor +apt install -y tor BLUE "Installing git..." sudo apt install -y git