Fix audio

This commit is contained in:
Aditya Garg
2026-08-07 21:26:14 +05:30
committed by GitHub
parent 18ae4d5e38
commit 7326d4e766
+1 -1
View File
@@ -10,7 +10,7 @@ apt-get update
apt-get install -y lsb-release
KERNEL_VERSION=7.1.7
PKGREL=1
PKGREL=2
DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs)
CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)