Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Update turnip_builder.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPurple666 authored Mar 5, 2023
1 parent f654ec1 commit cb62f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ unzip android-ndk-r25b-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
Expand Down

0 comments on commit cb62f95

Please sign in to comment.