Installing RVM on Ubuntu

后端 未结 4 1472
谎友^
谎友^ 2020-12-15 05:41

I\'ve got a strange error when I try to run this rvm install script (newly installed ubuntu 11.10):

bash < <(curl -s https://rvm.beginrescueend.

4条回答
  •  天命终不由人
    2020-12-15 06:25

    As it is said by error message:

    To continue in insecure mode run 'echo insecure >> ~/.curlrc'.

    Just run echo insecure >> ~/.curlrc. Then rerun;

    curl -L https://get.rvm.io | bash
    

提交回复
热议问题