Skip to content

Instantly share code, notes, and snippets.

View dekekincaid's full-sized avatar

Deke Kincaid dekekincaid

  • Digital Domain
  • Los Angeles
View GitHub Profile
@dekekincaid
dekekincaid / mayaOnUbuntu2013.sh
Last active July 21, 2022 13:20 — forked from OEP/mayaOnUbuntu.sh
modifying the maya on ubuntu script to only install maya and skip all the other junk like Matchmover and Toxik which I don't use.
#!/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 [email protected]
#### Lets run a few checks to make sure things work as expected.
#Make sure we’re running with root permissions.
if [ `whoami` != root ]; then