From: Opie W. <wil...@fa...> - 2010-08-02 19:49:50
|
Yeah thanks, I actually found the answer browsing the archives right after I sent the email. I used the user:staff fix instead of commenting the line out of the script. Thanks for the reply thou =) Here's a link to the post in question for anyone else browsing the archive: http://sourceforge.net/mailarchive/forum.php?thread_name=4C3DC67F.9070702%40intersystems.com&forum_name=sshkeychain-users On 8/2/10 1:27 PM, "Christopher Stacy" <cs...@dt...> wrote: 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 |