Improved installation instructions

master
Keith Irwin 2023-11-03 19:37:45 -06:00
parent 9a08955a45
commit 038ba826e3
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 2 additions and 4 deletions

View File

@ -7,11 +7,9 @@ Bash script to update [SSHFP records](https://en.wikipedia.org/wiki/SSHFP_record
## Installation
```sh
$ sudo su root
# cd /usr/local/src
# git clone https://gitea.green.gf4/ki9/nsupdate-sshfp.git
# 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
# cp systemd/* /etc/systemd/systemd/
# cp /usr/local/src/nsupdate-sshfp/systemd/* /etc/systemd/systemd/
```
## Upgrade