Update frigate-install.sh

tweak
This commit is contained in:
tteckster 2024-04-01 06:48:02 -04:00 committed by GitHub
parent 6e3e49337b
commit 6c9f829ee9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -76,7 +76,7 @@ $STD npm run build
cp -r /opt/frigate/web/dist/* /opt/frigate/web/
cp -r /opt/frigate/config/. /config
sed -i '/^s6-svc -O \.$/s/^/#/' /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/frigate/run
wget -qO /media/frigate/person-bicycle-car-detection.mp4 https://github.com/intel-iot-devkit/sample-videos/raw/master/person-bicycle-car-detection.mp4
wget -qO /root/media/frigate/person-bicycle-car-detection.mp4 https://github.com/intel-iot-devkit/sample-videos/raw/master/person-bicycle-car-detection.mp4
cat <<EOF >/config/config.yml
mqtt:
enabled: false
@ -96,13 +96,10 @@ cameras:
width: 1920
fps: 5
EOF
ln -sf /config/config.yml /opt/frigate/config/config.yml
mkdir -p /dev/shm/logs/{frigate,go2rtc,nginx}
touch /dev/shm/logs/{frigate/current,go2rtc/current,nginx/current}
chmod -R 777 /dev/shm
sed -i -e 's/^kvm:x:104:$/render:x:104:root,frigate/' -e 's/^render:x:105:root$/kvm:x:105:/' /etc/group
msg_ok "Installed Frigate $RELEASE"