added note to install script

This commit is contained in:
Leyla Becker 2024-12-01 18:37:36 -06:00
parent 7c296ffb6a
commit c016efc0ee

View file

@ -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() {