Skip to content

Instantly share code, notes, and snippets.

@stenstorp
stenstorp / AutodeskMaya_2016SP6_DebianJessie.sh
Created March 24, 2017 07:49
Install Autodesk Maya 2016 with mentalray on Debian Jessie
#!/bin/bash
#Get a student License from: http://www.autodesk.com/education/free-software/maya
#Log in and select maya 2016, your language and an OS.
#Check if license present, if not, exit
if [ -z "$1" ]; then
echo Usage: ./AutodeskMaya_2016SP6_DebianJessie.sh LICENSE
echo
echo LICENSE = Autodesk Maya License
exit
@stenstorp
stenstorp / maya_2016_mentalray.sh
Last active September 8, 2017 19:42
Install Autodesk Maya 2016 and Mentalray on Ubuntu 16.04
#!/bin/bash
#Props to https://gist.github.com/MichaelLawton for original script
#Download Maya from here: http://download.autodesk.com/us/support/files/maya_2016_service_pack_6/Autodesk_Maya_2016_SP6_EN_Linux_64bit.tgz
#Download Mentalray from here: http://download.autodesk.com/us/support/files/maya_2016_service_pack_6/mentalray_Plugin_for_Maya_2016_SP6_EN_Linux_64bit.tgz
#Get a student License from: http://www.autodesk.com/education/free-software/maya
#Log in and select maya 2016, your language and an OS. Either should work.
# !!!!!! IMPORTANT !!!!!!
@stenstorp
stenstorp / maya2016.sh
Last active December 8, 2022 06:37 — forked from MichaelLawton/gist:ee27bf4a0f591bed19ac
Installing Maya 2016 SP6 on Ubuntu 16.04 with Student License
#!/bin/bash
#Download Maya from here: http://download.autodesk.com/us/support/files/maya_2016_service_pack_6/Autodesk_Maya_2016_SP6_EN_Linux_64bit.tgz
#Get a student License from: http://www.autodesk.com/education/free-software/maya
#Log in and select maya 2016, your language and an OS. Either should work.
# !!!!!! IMPORTANT !!!!!!
# BEFORE RUNNING, REPLACE "USER" AND "HOME" AT THE BOTTOM OF THIS SCRIPT WITH YOUR USERNAME AND HOME FOLDER
# !!!!!! IMPORTANT !!!!!!