I am installing passenger on a Ubuntu server 10.04.2. following this tutorial.
When I arrive to the step to install nginx rvmsudo passenger-install-nginx-module
I have the following error:
Your RVM wrapper scripts are too old. Please update them first by running 'rvm update --head && rvm reload && rvm repair all'.
And when I try the command it says:
ERROR: rvm update has been removed. See 'rvm get' and rvm 'rubygems' CLI API insteadroot@myservername:/srv#
Does anyone know how I could install nginx?