* v8.9 - Removed OpenVAS installation

* v8.9 - Fixed Chromium issue in Ubuntu 2020.4
This commit is contained in:
@xer0dayz 2020-11-25 19:25:25 -07:00 committed by xer0dayz
parent d536751f66
commit 1399d227ed
1 changed files with 0 additions and 8 deletions

View File

@ -68,14 +68,6 @@ if [[ $UBUNTU_CHECK == "DISTRIB_ID=Ubuntu" ]]; then
mkdir -p /run/user/0 2> /dev/null
fi
# CHECK FOR DEBIAN
DEBIAN_CHECK=$(uname -a | grep Debian 2> /dev/null | wc -l 2> /dev/null)
if [[ $DEBIAN_CHECK == "1" ]]; then
sudo apt -y install lsb-release apt-transport-https ca-certificates
sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/php.list
fi
echo -e "$OKBLUE[*]$RESET Installing package dependencies...$RESET"
apt-get update
apt-get install -y python3-paramiko