This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -e | |
| echo "============================================================" | |
| echo " Bleeding-Edge Mesa Installer (Fedora)" | |
| echo "============================================================" | |
| echo | |
| echo "This script will build Mesa from source and install it into:" | |
| echo " /opt/mesa-git" | |
| echo |