vysogot / railsready-debian-lenny

Install script for Ruby on Rails (RVM, Apache2, Passenger) on Debian Lenny
18 stars 7 forks source link

rvm 'package' unrecognized command #3

Open cfaivre opened 12 years ago

cfaivre commented 12 years ago

Hi, Had to change line 128 from "rvm package install zlib openssl >> $log_file 2>&1" to "rvm pkg install zlib openssl >> $log_file 2>&1" for mine to work. Running on Debian Squeeze.

vysogot commented 12 years ago

thanks for pointing that, could you make a pull request please?