mirror of https://github.com/1N3/Sn1per.git
* v8.9 - Removed OpenVAS installation
* v8.9 - Fixed Chromium issue in Ubuntu 2020.4
This commit is contained in:
parent
d536751f66
commit
1399d227ed
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue