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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"