Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /usr/local/rvm/scripts/functions/manage/install/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/rvm/scripts/functions/manage/install/osx
#!/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
}

Hry