today I've created script for automatic installation of Ender's client for Debian-based OS like Ubuntu.
It can be run via 'babushka', just run in console:
- Code: Select all
bash -c "`wget -O - babushka.me/up`"
babushka babushka
babushka 'cheef:hh_enders_client'
Previously it installs babushka (automation tool) and then installs Ender's client with required environment:
* installs sun-java packages
* installs ant that required for client building
* installs jogl packages (required by client)
* get latest source code from Ender's repository
* build client
* creates sh execution script
P.S. Don't worry, script will ask you about place to be installed and will install environment packages only if they are missed.
Hope it would be helpful!