mirror of
https://github.com/netbirdio/pfsense-netbird.git
synced 2026-05-22 18:04:30 -07:00
Update README and release name
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
||||
uses: actions/create-release@v1
|
||||
with:
|
||||
tag_name: ${{ github.ref_name }}
|
||||
release_name: Release ${{ github.ref_name }}
|
||||
release_name: ${{ github.ref_name }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
env:
|
||||
|
||||
@@ -28,8 +28,9 @@ You can then transfer this file to your pfSense system and install it manually.
|
||||
To install the package manually on pfSense:
|
||||
|
||||
```
|
||||
pkg remove pfSense-pkg-NetBird-<version>
|
||||
pkg add pfSense-pkg-NetBird-<version>.pkg
|
||||
pkg add netbird-<version>.pkg
|
||||
|
||||
pkg add -f pfSense-pkg-NetBird-<version>.pkg
|
||||
```
|
||||
|
||||
Once installed, **NetBird** will appear under the **VPN** menu in the pfSense Web UI.
|
||||
Reference in New Issue
Block a user