Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
local
/
rvm
/
src
/
rvm
/
scripts
/
functions
/
manage
/
install
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
osx
373 B
-rw-rw-r--
2021-01-15 18:41:29
Edit
Del
Editing: osx
(373 B)
Path: /usr/local/rvm/src/rvm/scripts/functions/manage/install/osx
Back
#!/usr/bin/env bash __rvm_make_failed_osx() { __rvm_make_failed_osx_avira } __rvm_make_failed_osx_avira() { if ps ax | __rvm_grep -v grep | __rvm_grep Avira.app &> /dev/null then rvm_error "\nIt seems that Avira antivirus is running. It has been reported to cause failures on ruby compilation. Disable it for the time of the installation and try again." fi }