Update main.sh
This commit is contained in:
parent
7672e13e00
commit
a2f2d2549a
4
main.sh
4
main.sh
@ -3,9 +3,7 @@
|
|||||||
DEBIAN_FRONTEND=noninteractive
|
DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
wget http://deb.debian.org/debian/pool/non-free/i/intel-media-driver-non-free/intel-media-driver-non-free_23.3.5+ds1.orig.tar.xz
|
git clone ./media-driver-intel-media https://github.com/intel/media-driver.git -b intel-media-23.3.4
|
||||||
tar -xf ./intel-media-driver-non-free_23.3.5+ds1.orig.tar.xz
|
|
||||||
mv -v ./media-driver-intel-media-23.3.5 ./media-driver-intel-media
|
|
||||||
cp -rvf ./debian ./media-driver-intel-media/
|
cp -rvf ./debian ./media-driver-intel-media/
|
||||||
cd ./media-driver-intel-media/
|
cd ./media-driver-intel-media/
|
||||||
for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || bash -c "echo "Applying Patch $i Failed!" && exit 2"; done
|
for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || bash -c "echo "Applying Patch $i Failed!" && exit 2"; done
|
||||||
|
Reference in New Issue
Block a user