added note to install script
This commit is contained in:
parent
7c296ffb6a
commit
c016efc0ee
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue