Skip to content

Instantly share code, notes, and snippets.

View imhuwq's full-sized avatar
🎯
Focusing

imhuwq imhuwq

🎯
Focusing
View GitHub Profile
@imhuwq
imhuwq / maya2017install.sh
Created March 9, 2018 08:52 — forked from borgfriend/maya2017install.sh
Maya 2017 Installation on Ubuntu 16.04
#!/bin/bash
#Make sure we’re running with root permissions.
if [ `whoami` != root ]; then
echo Please run this script using sudo
echo Just type “sudo !!
exit
fi
#Check for 64-bit arch
if [uname -m != x86_64]; then