From ccf5e177dd00322b565c6847f898c1f9fd8d490c Mon Sep 17 00:00:00 2001 From: Jared Hendrickson Date: Sun, 18 Aug 2024 14:03:36 -0600 Subject: [PATCH] chore: bump version in install command doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be804637a..df4e2a26d 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ are made preventing the need for a reboot. All this results in the fastest, safe To install pfSense API, simply run the following command from the pfSense shell:
``` -pkg -C /dev/null add https://github.com/jaredhendrickson13/pfsense-api/releases/download/v1.7.5/pfSense-2.7-pkg-API.pkg && /etc/rc.restart_webgui +pkg -C /dev/null add https://github.com/jaredhendrickson13/pfsense-api/releases/download/v1.7.6/pfSense-2.7-pkg-API.pkg && /etc/rc.restart_webgui ```