GPG-signed apt & yum repositories for ip-watch (latest: v0.0.5). Packages and repository metadata are verified with the release signing key.
sudo install -d /usr/share/keyrings curl -fsSL https://rezmoss.github.io/ip-watch/ip-watch-signing-key.asc | sudo tee /usr/share/keyrings/ip-watch.asc >/dev/null echo "deb [signed-by=/usr/share/keyrings/ip-watch.asc] https://rezmoss.github.io/ip-watch/deb ./" | sudo tee /etc/apt/sources.list.d/ip-watch.list sudo apt-get update && sudo apt-get install ip-watch
sudo curl -fsSL https://rezmoss.github.io/ip-watch/ip-watch.repo -o /etc/yum.repos.d/ip-watch.repo sudo dnf install ip-watch
After setup, apt upgrade / dnf upgrade tracks new releases automatically.
Other install methods (one-line script, Homebrew, containers, raw binaries) are in the
project README.