Skip to content

Commit e2baf83

Browse files
docs: update install commands and supported versions
1 parent 4628ce6 commit e2baf83

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pkg-static add https://github.com/jaredhendrickson13/pfsense-api/releases/latest
4242
Install on pfSense Plus:
4343

4444
```bash
45-
pkg-static -C /dev/null add https://github.com/jaredhendrickson13/pfsense-api/releases/latest/download/pfSense-25.07.1-pkg-RESTAPI.pkg
45+
pkg-static -C /dev/null add https://github.com/jaredhendrickson13/pfsense-api/releases/latest/download/pfSense-25.11-pkg-RESTAPI.pkg
4646
```
4747

4848
> [!WARNING]

docs/INSTALL_AND_CONFIG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ run pfSense. It's recommended to follow Netgate's [minimum hardware requirements
1919
- pfSense Plus 24.11
2020
- pfSense Plus 25.07
2121
- pfSense Plus 25.07.1
22+
- pfSense Plus 25.11
2223

2324
!!! Warning
2425
Installation of the package on unsupported versions of pfSense may result in unexpected behavior and/or system instability.
@@ -35,13 +36,13 @@ The pfSense REST API package is built just like any other pfSense package and ca
3536
**Install on pfSense CE**
3637

3738
```bash
38-
pkg-static add https://github.com/jaredhendrickson13/pfsense-api/releases/latest/download/pfSense-2.8.0-pkg-RESTAPI.pkg
39+
pkg-static add https://github.com/jaredhendrickson13/pfsense-api/releases/latest/download/pfSense-2.8.1-pkg-RESTAPI.pkg
3940
```
4041

4142
**Install on pfSense Plus**
4243

4344
```bash
44-
pkg-static -C /dev/null add https://github.com/jaredhendrickson13/pfsense-api/releases/latest/download/pfSense-24.11-pkg-RESTAPI.pkg
45+
pkg-static -C /dev/null add https://github.com/jaredhendrickson13/pfsense-api/releases/latest/download/pfSense-25.11-pkg-RESTAPI.pkg
4546
```
4647

4748
!!! Important

0 commit comments

Comments
 (0)