File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/pages/how-to/installation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ This installation is intended for early adopters while the pfSense package is un
25
25
26
26
From a shell on your pfSense system, run:
27
27
``` 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
29
29
```
30
30
3 . ** Download the NetBird pfSense package**
31
31
32
32
From a shell on your pfSense system, run:
33
33
``` 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
35
35
```
36
36
37
37
4 . ** Install the packages**
38
38
39
39
``` sh
40
- pkg add -f netbird-0.49.0 .pkg
40
+ pkg add -f netbird-0.55.1 .pkg
41
41
pkg add -f pfSense-pkg-NetBird-0.1.0.pkg
42
42
```
43
43
@@ -74,7 +74,7 @@ Use this section for diagnostics and troubleshooting common connection or setup
74
74
From a shell on your pfSense system, run:
75
75
<p >
76
76
``` 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
78
78
```
79
79
</p >
80
80
You can’t perform that action at this time.
0 commit comments