1
0
Fork 0

Use HTTPS for new-host checkout.

main
Mari 5 years ago committed by GitHub
parent ea17070e5e
commit 50ce400b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      new-host.sh

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
if [[ ! -d ~/.common-configs ]]; then if [[ ! -d ~/.common-configs ]]; then
git clone git@github.com:programmablereya/common-configs.git ~/.common-configs git clone https://github.com/programmablereya/common-configs.git ~/.common-configs
cd ~/.common-configs cd ~/.common-configs
else else
cd ~/.common-configs cd ~/.common-configs

Loading…
Cancel
Save