Skip to content

Instantly share code, notes, and snippets.

@genderquery
Last active December 20, 2018 05:04
Show Gist options
  • Save genderquery/9b380bd27ccf49aaa8cdb69af7ee02e8 to your computer and use it in GitHub Desktop.
Save genderquery/9b380bd27ccf49aaa8cdb69af7ee02e8 to your computer and use it in GitHub Desktop.
#!/bin/sh
curl -O http://download.unity3d.com/download_unity/38b4efef76f0/TargetSupportInstaller/UnitySetup-Linux-Support-for-Editor-5.5.0f3.exe
7z x UnitySetup-Linux-Support-for-Editor-5.5.0f3.exe
cp \$INSTDIR\$_59_/Variations/linux64_withgfx_nondevelopment_mono/LinuxPlayer Little\ Bug\ Linux.x86_64
cp -r \$INSTDIR\$_59_/Variations/linux64_withgfx_nondevelopment_mono/Data/* Little\ Bug\ Linux_Data/
chmod a+x Little\ Bug\ Linux.x86 Little\ Bug\ Linux.x86_64
rm -r \$INSTDIR\$_59_ \$PLUGINSDIR
rm UnitySetup-Linux-Support-for-Editor-5.5.0f3.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment