Update whoogle-install.sh

add dependency
This commit is contained in:
tteckster
2022-11-25 10:41:57 -05:00
committed by GitHub
parent 189439964f
commit 5fe82e720c

View File

@ -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"