From 214d8650b4a97dc1a0c25a838bd5755a4992f05e Mon Sep 17 00:00:00 2001 From: Ekultek <14183473+Ekultek@users.noreply.github.com> Date: Wed, 11 Nov 2020 00:51:21 -0600 Subject: [PATCH] updates tadpole install --- intrec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intrec.sh b/intrec.sh index af5f029..1a82e11 100644 --- a/intrec.sh +++ b/intrec.sh @@ -481,7 +481,7 @@ function TadPole() sleep 1 git clone https://github.com/Ekultek/tadpole.git notification "Installing dependencies." - sudo -H pip install beautifulsoup4 requests + sudo -H pip install beautifulsoup4 requests lxml notification "TadPole was successfully installed." fi