Browse Source

More verbose instructions after setup.

master
Chris McCormick 6 years ago
parent
commit
3b1c8a8661
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      gitnonymous-setup

+ 6
- 1
gitnonymous-setup View File

35
   chmod 755 "${sshwrapperfile}"
35
   chmod 755 "${sshwrapperfile}"
36
   echo "-> Creating config file '${configfile}'."
36
   echo "-> Creating config file '${configfile}'."
37
   cp ${dir}/config "${configfile}"
37
   cp ${dir}/config "${configfile}"
38
+  echo "-> Pubkey follows:"
38
   echo
39
   echo
39
-  echo " *** You should now edit '${configfile}' and set your own username and email. ***"
40
+  cat ${sshfile}.pub
40
   echo
41
   echo
42
+  echo " *** You should now edit '${configfile}' and set your own pseudonymous username and email. ***"
43
+  echo
44
+  echo "-> To use your new identity:"
45
+  echo ". ${0/-setup/} ${id}"
41
 fi
46
 fi

Loading…
Cancel
Save