瀏覽代碼

Update whoogle-install.sh

add dependency
tteckster 2 年之前
父節點
當前提交
5fe82e720c
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"