Skip to content

Instantly share code, notes, and snippets.

View AdaRoseCannon's full-sized avatar
🏳️‍🌈
so tired...

Ada Rose Cannon AdaRoseCannon

🏳️‍🌈
so tired...
View GitHub Profile
@heiths
heiths / mayaOnUbuntu.sh
Last active February 28, 2024 18:50
Shell script to install and setup Autodesk Maya 2014 on Ubuntu 13.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