A shell script to install Drush on shared hosting environment.
Login into the server (with ssh) and then run the installer. Then follow the installer steps and select your preferences.
Althout script already is sourcing the new command alias on ~/.bashrc it will not work. So, you have to source this file again manually.
$ source ~/.bashrc
$ cd;wget https://raw.githubusercontent.com/theodorosploumis/drush-installer/master/drush-with-git.sh;bash drush-with-git.sh
$ cd;wget https://raw.githubusercontent.com/theodorosploumis/drush-installer/master/drush-no-git.sh;bash drush-no-git.sh
$ cd;wget https://raw.githubusercontent.com/theodorosploumis/drush-installer/master/drush-phar.sh;bash drush-phar.sh