Skip to content

Commit 108e8ad

Browse files
authored
Update NetBird package versions in pfSense installation guide (#420)
1 parent 9630c85 commit 108e8ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/how-to/installation/pfsense.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ This installation is intended for early adopters while the pfSense package is un
2525

2626
From a shell on your pfSense system, run:
2727
```sh
28-
fetch https://github.com/netbirdio/pfsense-netbird/releases/download/v0.1.0/netbird-0.49.0.pkg
28+
fetch https://github.com/netbirdio/pfsense-netbird/releases/download/v0.1.2/netbird-0.55.1.pkg
2929
```
3030
3. **Download the NetBird pfSense package**
3131

3232
From a shell on your pfSense system, run:
3333
```sh
34-
fetch https://github.com/netbirdio/pfsense-netbird/releases/download/v0.1.0/pfSense-pkg-NetBird-0.1.0.pkg
34+
fetch https://github.com/netbirdio/pfsense-netbird/releases/download/v0.1.2/pfSense-pkg-NetBird-0.1.0.pkg
3535
```
3636

3737
4. **Install the packages**
3838

3939
```sh
40-
pkg add -f netbird-0.49.0.pkg
40+
pkg add -f netbird-0.55.1.pkg
4141
pkg add -f pfSense-pkg-NetBird-0.1.0.pkg
4242
```
4343

@@ -74,7 +74,7 @@ Use this section for diagnostics and troubleshooting common connection or setup
7474
From a shell on your pfSense system, run:
7575
<p>
7676
```sh
77-
pkg delete netbird-0.49.0 pfSense-pkg-NetBird-0.1.0
77+
pkg delete netbird-0.55.1 pfSense-pkg-NetBird-0.1.0
7878
```
7979
</p>
8080

0 commit comments

Comments
 (0)