From 36942d312b980be0b1fee768fac003338a06e8cd Mon Sep 17 00:00:00 2001 From: jowj Date: Sat, 2 Jun 2018 10:54:14 -0500 Subject: [PATCH] Set unix style line endings in repo. --- setup/setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/setup.sh b/setup/setup.sh index e194cf5..fdf2585 100644 --- a/setup/setup.sh +++ b/setup/setup.sh @@ -1,10 +1,9 @@ #!/bin/bash # change default umask so that I can actually use my ssh keys umask 077 - # prompt for decrypt and extract secrets gpg --output ~/.ssh.tar --decrypt /colove/setup/secrets/ssh-secrets.tar.gpg 7z x ~/.ssh.tar # start up the ssh agent. -eval `ssh-agent` \ No newline at end of file +eval `ssh-agent`