Skip to content

Instantly share code, notes, and snippets.

View dan0v's full-sized avatar

Dano dan0v

View GitHub Profile
#!/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