From 3ef26affc08a5d41bbd37b6edbbd33da43f36a4a Mon Sep 17 00:00:00 2001 From: ferreo Date: Fri, 13 Sep 2024 17:53:41 +0200 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index 1e6b8a1..d6b3842 100755 --- a/main.sh +++ b/main.sh @@ -2,14 +2,14 @@ set -e -VERSION="1.1.15" +VERSION="1.1.16-git" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone https://github.com/NVIDIA/egl-wayland -b "$VERSION" +git clone https://github.com/NVIDIA/egl-wayland cp -rvf ./debian ./egl-wayland cd ./egl-wayland 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