Skip to content

Instantly share code, notes, and snippets.

@OEP
OEP / mayaOnUbuntu.sh
Created September 23, 2012 18:14 — forked from heiths/mayaOnUbuntu.sh
Shell script to install and setup Autodesk Maya 2013 on Ubuntu 12.04
#!/bin/bash
#Heith Seewald 2012
#Feel free to extend/modify to meet your needs.
#Maya on Ubuntu v.1
#This is the base installer... I’ll add more features in later versions.
#if you have any issues, feel free email me at heiths@gmail.com
#### Lets run a few checks to make sure things work as expected.
#Make sure we’re running with root permissions.
if [ `whoami` != root ]; then