Fixed installation instructions

master
Keith Irwin 2023-11-03 20:00:17 -06:00
parent d94af01048
commit 05dd75da91
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Bash script to update [SSHFP records](https://en.wikipedia.org/wiki/SSHFP_record
```sh
# git clone https://gitea.green.gf4/ki9/nsupdate-sshfp.git /usr/local/src/nsupdate-sshfp
# ln -s /usr/local/src/nsupdate-sshfp /usr/local/bin/nsupdate-sshfp
# ln -s /usr/local/src/nsupdate-sshfp/nsupdate-sshfp /usr/local/bin/nsupdate-sshfp
# cp /usr/local/src/nsupdate-sshfp/systemd/* /etc/systemd/system/
```