mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 02:29:19 +03:00
Cleanup install deps
This commit is contained in:
parent
d27cb2a924
commit
001b88d56c
@ -127,7 +127,7 @@ if [[ "${TARGETARCH}" == "amd64" ]]; then
|
|||||||
|
|
||||||
dpkg -i *.deb
|
dpkg -i *.deb
|
||||||
rm *.deb
|
rm *.deb
|
||||||
apt-get install -f -y
|
apt-get -qq install -f -y
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${TARGETARCH}" == "arm64" ]]; then
|
if [[ "${TARGETARCH}" == "arm64" ]]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user