Pārlūkot izejas kodu

Update whoogle-install.sh

add dependency
tteckster 2 gadi atpakaļ
vecāks
revīzija
5fe82e720c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      setup/whoogle-install.sh

+ 1 - 0
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"