瀏覽代碼

More verbose instructions after setup.

master
Chris McCormick 7 年之前
父節點
當前提交
3b1c8a8661
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. 6
    1
      gitnonymous-setup

+ 6
- 1
gitnonymous-setup 查看文件

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…
取消
儲存