init.d icon indicating copy to clipboard operation
init.d copied to clipboard

⚙️ Batch scripts for Rails production environment install on Ubuntu Server.

Results 2 init.d issues
Sort by recently updated
recently updated
newest added

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

运行 `install_rvm.sh` 脚本到第5行的时候,提示缺少 缺少 /etc/profile.d/rvm.sh 文件, 但是此时 rvm 已经安装成功。 https://github.com/huacnlee/init.d/blob/master/install_rvm#L5 此行代码有何作用,是否可以去除(测试,去除后,可以正常安装)。