From c016efc0ee79e04a02b3d444c8be49aee9dcd10e Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sun, 1 Dec 2024 18:37:36 -0600 Subject: [PATCH] added note to install script --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 0ed7cb8..c77d748 100755 --- a/install.sh +++ b/install.sh @@ -39,6 +39,7 @@ if [ -z ${flake} ]; then exit 1; fi +# TODO: we might not need to copy the key over here anymore? temp=$(mktemp -d) # Function to cleanup temporary directory on exit cleanup() {