From 5fe82e720c73e412a14493a60339f02bd7d20839 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 25 Nov 2022 10:41:57 -0500 Subject: [PATCH] Update whoogle-install.sh add dependency --- setup/whoogle-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/whoogle-install.sh b/setup/whoogle-install.sh index 3971ce10..964b437c 100644 --- a/setup/whoogle-install.sh +++ b/setup/whoogle-install.sh @@ -90,6 +90,7 @@ apt-get install python3-pip -y &>/dev/null msg_ok "Installed pip3" msg_info "Installing Whoogle" +pip install brotli &>/dev/null pip install whoogle-search &>/dev/null service_path="/etc/systemd/system/whoogle.service"