Created
October 10, 2013 11:45
-
-
Save kke/6917088 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| oot@gitlab-ci:~# curl -L https://get.rvm.io | bash | |
| 100 15779 100 15779 0 0 12939 0 0:00:01 0:00:01 --:--:-- 12939 | |
| Last login: Thu Oct 10 12:55:04 2013 from m04.vms | |
| root@gitlab-ci:~# /usr/local/rvm/scripts/functions/utility_gems | |
| -bash: /usr/local/rvm/scripts/functions/utility_gems: No such file or directory | |
| root@gitlab-ci:~# curl -L https://get.rvm.io | bash | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 184 100 184 0 0 190 0 --:--:-- --:--:-- --:--:-- 238 | |
| 100 15779 100 15779 0 0 13545 0 0:00:01 0:00:01 --:--:-- 13545 | |
| 100 124 100 124 0 0 232 0 --:--:-- --:--:-- --:--:-- 309 | |
| 100 1082k 100 1082k 0 0 407k 0 0:00:02 0:00:02 --:--:-- 542k | |
| ./scripts/functions/utility: line 3: /usr/local/rvm/scripts/functions/utility_gems: No such file or directory | |
| ./scripts/functions/utility: line 4: /usr/local/rvm/scripts/functions/utility_logging: No such file or directory | |
| ./scripts/functions/utility: line 5: /usr/local/rvm/scripts/functions/utility_package: No such file or directory | |
| ./scripts/functions/utility: line 6: /usr/local/rvm/scripts/functions/utility_system: No such file or directory | |
| Installing RVM as root is currently only supported on the following known OS's (uname): | |
| Linux, FreeBSD, OpenBSD, DragonFly, Darwin and SunOS | |
| Whereas your OS is reported as '' | |
| Installer failed at step 'system_installation_check' with status 1, please run it with --debug and report a bug. | |
| gitlab_ci@gitlab-ci:~$ uname -a | |
| Linux gitlab-ci.vms 3.0.0-32-virtual #51-Ubuntu SMP Thu Mar 21 16:28:37 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux | |
| # went to /usr/local/rvm/ and untarred the *.tgz with tar xzfv weynesomething.tgz, | |
| # moved the extract stuff from archives/ to ../../ and | |
| # ran curl -L https://get.rvm.io | bash again and now it worked. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment