From cdf9a6ba351cc1ad3b016f727bc4e021bac22895 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 4 Sep 2022 12:47:11 -0400 Subject: [PATCH] Update frigate-support.sh --- misc/frigate-support.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/frigate-support.sh b/misc/frigate-support.sh index 3a26a3b9..18c80d18 100644 --- a/misc/frigate-support.sh +++ b/misc/frigate-support.sh @@ -73,5 +73,5 @@ EOF echo -e "\e[1;33m Finished....Reboot ${CTID} LXC to apply the changes \e[0m" # In the Proxmox web shell run (replace 106 with your LXC ID) -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/frigate-support.sh)" -s 106 +# bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/frigate-support.sh)" -s 106 # Reboot the LXC to apply the changes