From b48ed4ceab2e6a3e70e97e1f3849ba197e9034a9 Mon Sep 17 00:00:00 2001 From: Sander Schutten Date: Wed, 27 Mar 2024 15:23:10 +0100 Subject: [PATCH] also replace ref --- misc/build.func | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 3a772248..75c77f93 100644 --- a/misc/build.func +++ b/misc/build.func @@ -597,7 +597,8 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community EOF' pct exec "$CTID" -- ash -c "apk add bash >/dev/null" fi - lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit + #lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit + lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/GrumpyMeow/Proxmox/frigate/install/$var_install.sh)" || exit }