mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 09:07:41 +03:00
Spacing
This commit is contained in:
parent
9e6caaf6c7
commit
97a8aece20
@ -57,10 +57,10 @@ fi
|
||||
|
||||
# arch specific packages
|
||||
if [[ "${TARGETARCH}" == "amd64" ]]; then
|
||||
# Install non-free version of i965 driver
|
||||
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 \
|
||||
&& apt update \
|
||||
# Install non-free version of i965 driver
|
||||
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 \
|
||||
&& apt update \
|
||||
&& apt install -y i965-va-driver-shaders \
|
||||
&& rm /etc/apt/sources.list.d/va-driver.list \
|
||||
&& apt update
|
||||
|
||||
Loading…
Reference in New Issue
Block a user