mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-24 21:47:26 +00:00
Update frigate-install.sh
This commit is contained in:
@@ -116,7 +116,10 @@ msg_ok "Installed Coral Object Detection Models"
|
||||
# Tempio installieren
|
||||
msg_info "Installing Tempio"
|
||||
sed -i 's|/rootfs/usr/local|/usr/local|g' /opt/frigate/docker/main/install_tempio.sh
|
||||
TARGETARCH="amd64"
|
||||
export TARGETARCH="amd64"
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
echo "libedgetpu1-max libedgetpu/accepted-eula select true" | debconf-set-selections
|
||||
echo "libedgetpu1-max libedgetpu/install-confirm-max select true" | debconf-set-selections
|
||||
/opt/frigate/docker/main/install_tempio.sh
|
||||
chmod +x /usr/local/tempio/bin/tempio
|
||||
ln -sf /usr/local/tempio/bin/tempio /usr/local/bin/tempio
|
||||
|
||||
Reference in New Issue
Block a user