From ed4e3dcb6b85894822de9e85b68feba3488a9c8a Mon Sep 17 00:00:00 2001 From: tteck Date: Thu, 12 Aug 2021 10:44:59 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bdd2355..a54a15a5 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ sudo systemctl restart mosquitto To create a new Proxmox Node-RED LXC Container, run the following in the Proxmox web shell. ``` -bash -c "$(wget -qLO - https://github.com/tteck/proxmox_nr_lxc/raw/master/create_container.sh)" +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/node-red_container.sh)" ```