home *** CD-ROM | disk | FTP | other *** search
/ autolist.mesd.k12.or.us / autolist.mesd.k12.or.us.zip / autolist.mesd.k12.or.us / antivirus / mcafee-macosx.dmg / install.command < prev    next >
Text File  |  2012-04-05  |  285b  |  12 lines

  1. #!/bin/bash
  2.  
  3. clear
  4. echo
  5. echo
  6. echo
  7. echo Please enter your password to install McAfee...
  8. cp "/Volumes/mcafee-macosx/cma-install.sh" "/tmp/"
  9. sudo "/tmp/cma-install.sh" -i
  10. sudo installer -target / -pkg "/Volumes/mcafee-macosx/McAfeeSecurityForMac-Anti-malware-1.1-ePORTW-1309.mpkg"
  11.  
  12. exit 0