From 6da960d1a51cc165c0c34dcc571e08ad3cfe52e5 Mon Sep 17 00:00:00 2001
From: Holden Rohrer <hr@hrhr.dev>
Date: Wed, 15 Apr 2020 19:04:44 -0400
Subject: improved install notice

---
 install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh
index d80ab0a..64ed805 100755
--- a/install.sh
+++ b/install.sh
@@ -51,4 +51,4 @@ arch-chroot /mnt << EOF
     cd dotfiles
     sh build.sh
 EOF
-echo "DONE! You should set passwords."
+echo "DONE! You should set passwords, move around ssh keys, etc."
-- 
cgit