From 37d393a1a5bd197f07b68a8e89c589091bb3165c Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 11 Sep 2022 16:06:46 -0400 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c18a3bfc..ba6f5f6a 100644 --- a/README.md +++ b/README.md @@ -1554,6 +1554,13 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/trilium-v4.s **Trilium Interface - IP:8080** +⚙️ **To Update Trilium** + +Run in the LXC Console +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/trilium-update.sh)" +``` + ____________________________________________________________________________________________ @@ -1793,6 +1800,13 @@ To change Navidrome music folder path, edit: `/var/lib/navidrome/navidrome.toml` **Navidrome Interface - IP:4533** +⚙️ **To Update Navidrome** + +Run in the LXC Console +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/navidrome-update.sh)" +``` + ____________________________________________________________________________________________