huacnlee / init.d

⚙️ Batch scripts for Rails production environment install on Ubuntu Server.
680 stars 238 forks source link

update to https://gems.ruby-china.com #16

Open frankmaster opened 6 years ago

frankmaster commented 6 years ago

the old url will cause the rvm install ruby-xxx command error. please update the code.

echo "ruby_url=https://cache.ruby-china.org/pub/ruby" > ~/.rvm/user/db

to

echo "ruby_url=https://cache.ruby-china.com/pub/ruby" > ~/.rvm/user/db