Update main.sh

This commit is contained in:
ferrreo 2024-02-27 13:37:48 +00:00 committed by GitHub
parent 95749aec9b
commit 12c52abc18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
set -e
# Clone Upstream
git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-23.3.0-rc5
git clone https://gitlab.freedesktop.org/mesa/mesa -b mesa-24.0.1
cp -rvf ./debian ./mesa/
cd ./mesa
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