diff options
author | 2009-10-21 19:19:00 +0530 | |
---|---|---|
committer | 2009-10-21 19:19:00 +0530 | |
commit | a91d5692913d9fd9412eb61424c3a904c2d99907 (patch) | |
tree | 80f59709d58dcef8748c31560e74f7ec270f95b8 | |
parent | doc fixes... (diff) | |
download | gitolite-gentoo-a91d5692913d9fd9412eb61424c3a904c2d99907.tar.gz gitolite-gentoo-a91d5692913d9fd9412eb61424c3a904c2d99907.tar.bz2 gitolite-gentoo-a91d5692913d9fd9412eb61424c3a904c2d99907.zip |
...because writing in crayon wasn't possible :)
[long story...!]
-rwxr-xr-x | src/00-easy-install.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/00-easy-install.sh b/src/00-easy-install.sh index 66c0e6c..195da08 100755 --- a/src/00-easy-install.sh +++ b/src/00-easy-install.sh @@ -49,9 +49,11 @@ Pre-requisites: - you must run this from the gitolite working tree top level directory. This means you run this as "src/00-easy-install.sh" - you must already have pubkey based access to user@host. If you currently - only have password access, use "ssh-copy-id" or something. Somehow get to - the point where you can type "ssh user@host" and get a command line. Run - this program only after that is done + only have password access, use "ssh-copy-id" or something equivalent (or + copy the key manually). Somehow (doesn't matter how), get to the point + where you can type "ssh user@host" and get a command line. + + **DO NOT RUN THIS PROGRAM UNTIL THAT WORKS** Errors: - if you get a "pubkey [...filename...] exists" error, it is either leftover |