mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Spacing
This commit is contained in:
parent
9e6caaf6c7
commit
97a8aece20
@ -57,10 +57,10 @@ fi
|
|||||||
|
|
||||||
# arch specific packages
|
# arch specific packages
|
||||||
if [[ "${TARGETARCH}" == "amd64" ]]; then
|
if [[ "${TARGETARCH}" == "amd64" ]]; then
|
||||||
# Install non-free version of i965 driver
|
# Install non-free version of i965 driver
|
||||||
CODENAME=$(grep VERSION_CODENAME= /etc/os-release | cut -d= -f2) \
|
CODENAME=$(grep VERSION_CODENAME= /etc/os-release | cut -d= -f2) \
|
||||||
&& echo "deb http://deb.debian.org/debian $CODENAME main contrib non-free" > /etc/apt/sources.list.d/va-driver.list \
|
&& echo "deb http://deb.debian.org/debian $CODENAME main contrib non-free" > /etc/apt/sources.list.d/va-driver.list \
|
||||||
&& apt update \
|
&& apt update \
|
||||||
&& apt install -y i965-va-driver-shaders \
|
&& apt install -y i965-va-driver-shaders \
|
||||||
&& rm /etc/apt/sources.list.d/va-driver.list \
|
&& rm /etc/apt/sources.list.d/va-driver.list \
|
||||||
&& apt update
|
&& apt update
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user