Update whoogle.sh

fixes https://github.com/tteck/Proxmox/issues/3810
This commit is contained in:
tteckster 2024-10-01 12:15:09 -04:00 committed by GitHub
parent 9a17e03a38
commit 87a8d9c2d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,6 +57,7 @@ header_info
if [[ ! -f /usr/local/bin/whoogle-search ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating ${APP} LXC"
pip3 install whoogle-search --upgrade &>/dev/null
systemctl restart whoogle.service
msg_ok "Updated Successfully"
exit
}