From b37195e5e58937275cb4b21dcfd9efdbeb8b671e Mon Sep 17 00:00:00 2001 From: Mr_Purple_666 Date: Sun, 2 Apr 2023 21:10:33 -0300 Subject: [PATCH] Back to mesa default --- turnip_builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turnip_builder.sh b/turnip_builder.sh index f9c8df6..16f06f7 100644 --- a/turnip_builder.sh +++ b/turnip_builder.sh @@ -47,7 +47,7 @@ unzip "$ndkver"-linux.zip &> /dev/null echo "Downloading mesa source (~30 MB) ..." $'\n' -curl https://gitlab.freedesktop.org/MrPurple666/mesa/-/archive/main/mesa-main.zip --output mesa-main.zip &> /dev/null +curl https://gitlab.freedesktop.org/mesa/mesa/-/archive/main/mesa-main.zip --output mesa-main.zip &> /dev/null ### echo "Exracting mesa source to a folder ..." $'\n' unzip mesa-main.zip &> /dev/null