From: Christopher S. <cs...@dt...> - 2010-08-02 17:54:46
|
On Aug 2, 2010, at 11:58 AM, Opie Williams wrote: > I’m unable to install the program. The installer encountered an error, etc etc. Im using snow leopard on a mac pro. The installation script has a trivial bug in it that you can work around. If you look at the script, there is a chown command that assumes that your userid also has a groupid with the same name (chown -R $USER:$USER). Just type that command into a shell with the right group name. Like $ sudo chown -R opie:staff /Applications/SSHKeychain.app |