[bootstrap.sh]: update algorithm key

This commit is contained in:
Jesús 2021-05-27 17:00:22 -05:00
parent 27e89c1da8
commit 697012c5ff
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# change ssh_key, ssh_key_name to reflect your current setup # change ssh_key, ssh_key_name to reflect your current setup
SSH_KEY=$(cat ~/.ssh/id_rsa.pub) SSH_KEY=$(cat ~/.ssh/id_ed25519.pub)
SSH_KEY_NAME=$(whoami) SSH_KEY_NAME=$(whoami)
sed -i.bak \ sed -i.bak \