Skip to content

Instantly share code, notes, and snippets.

#!/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