Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/bin/bash
  2. # Variables:
  3. installDir=/Users/Shared/Comodoinstall
  4.  
  5. # Install
  6. echo "Preparing to install Comodo"
  7. installer -pkg $installDir/"itsmagent-installer-iWZK4VnY.pkg" -target /
  8.  
  9. #Installation clean up:
  10. rm -rf $installDir
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement