also replace ref

pull/2704/head
Sander Schutten 1 year ago
parent 90ee0894dd
commit b48ed4ceab
  1. 3
      misc/build.func

@ -597,7 +597,8 @@ http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
EOF' EOF'
pct exec "$CTID" -- ash -c "apk add bash >/dev/null" pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
fi 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
} }

Loading…
Cancel
Save