From 4d43d7651488f97198303f473e3bd509d0849329 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 27 Mar 2022 14:03:43 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5df89edc..a71b6a9c 100644 --- a/README.md +++ b/README.md @@ -1143,12 +1143,19 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/heimdalldash **Heimdall Dashboard Interface - IP:7990** -⚙️ **To Update Heimdall Dashboard** +⚙️ **To Update Heimdall Dashboard (V2.4.6 Only!)** Run in the LXC console ```yaml -Working On +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/heimdalldashboard2.4.6-update.sh)" ``` +⚙️ **To Update Heimdall Dashboard (V2.4.8 & Above)** + +Run in the LXC console +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/heimdalldashboard-update.sh)" +``` + __________________________________________________________________________________________