Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Sam Heinz
2024-10-14 12:43:15 +10:00
14 changed files with 56 additions and 134 deletions
+1
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
}