Update parrot.sh
This commit is contained in:
16
parrot.sh
16
parrot.sh
@ -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
|
||||||
|
Reference in New Issue
Block a user