Set unix style line endings in repo.

keyupdate
jowj 6 years ago
parent 9314f92875
commit 36942d312b

@ -1,10 +1,9 @@
#!/bin/bash #!/bin/bash
# change default umask so that I can actually use my ssh keys # change default umask so that I can actually use my ssh keys
umask 077 umask 077
# prompt for decrypt and extract secrets # prompt for decrypt and extract secrets
gpg --output ~/.ssh.tar --decrypt /colove/setup/secrets/ssh-secrets.tar.gpg gpg --output ~/.ssh.tar --decrypt /colove/setup/secrets/ssh-secrets.tar.gpg
7z x ~/.ssh.tar 7z x ~/.ssh.tar
# start up the ssh agent. # start up the ssh agent.
eval `ssh-agent` eval `ssh-agent`

Loading…
Cancel
Save