This commit is contained in:
Nicolas Mowen 2025-08-17 17:38:55 -06:00 committed by GitHub
parent 9e6caaf6c7
commit 97a8aece20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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